We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c57f45 commit 7e2f335Copy full SHA for 7e2f335
packages/@aws-cdk/app-staging-synthesizer-alpha/lib/app-staging-synthesizer.ts
@@ -257,8 +257,8 @@ export class AppStagingSynthesizer extends StackSynthesizer implements IReusable
257
throw new Error([
258
'It is not safe to use AppStagingSynthesizer for both environment-agnostic and environment-aware stacks at the same time.',
259
'Please either specify environments for all stacks or no stacks in the CDK App.',
260
- `Stacks with environment: ${describeStacks(agnosticStacks)}.`,
261
- `Stacks without environment: ${describeStacks(envAwareStacks)}.`,
+ `At least these stacks with environment: ${describeStacks(envAwareStacks)}.`,
+ `At least these stacks without environment: ${describeStacks(agnosticStacks)}.`,
262
].join(' '));
263
}
264
0 commit comments