You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello!
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 inus-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 thePulumiSynthesizer
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 ownPulumiSynthesizer
to the App.We need to ideally create separate staging resources per Stack environment.
Affected area/feature
The text was updated successfully, but these errors were encountered: