Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for multiple CDK Stacks and Environments #308

Open
corymhall opened this issue Dec 23, 2024 · 0 comments
Open

Better support for multiple CDK Stacks and Environments #308

corymhall opened this issue Dec 23, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@corymhall
Copy link
Contributor

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

If you want to create an application with multiple CDK Stacks across multiple environments (e.g. Stack1 in us-east-1 and Stack2 in us-east-2) it is not easy to do.

By default we create a defaultStackSynthesizer at the App level which means that it applies to all Stacks within that application. Currently the PulumiSynthesizer inherits the providers from the App level environment so if there are Stacks that do not use this default environment you have to pass your own PulumiSynthesizer to the App.

We need to ideally create separate staging resources per Stack environment.

Affected area/feature

@corymhall corymhall added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team and removed needs-triage Needs attention from the triage team labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant