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
feat(core): stack synthesizers can be shared between stacks (#23571)
Currently, `StackSynthesizer` instances must be created fresh for each `Stack`. This makes it impossible to do things like specify the stack synthesizer once at the root of the construct tree (`App`), for example.
Lift that restriction: instances of default stack synthesizers can now be shared between multiple Stacks. User-written stack synthesizers can not magically be shared, but they can be made shareable by implementing `IReusableStackSynthesizer`.
Immediately add the feature of specyfing a single Stack Synthesizer at the top level.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments