-
Hello folks Migration guide mentions that legacy synthesizer is not supported by V2:
However, I tried deploying a cdk v2 project with Can somebody clarify this? Is it safe to use legacy stack synthesizer or it will be removed soon? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, this is a mistake in the migration guide. The @jerry-aws we should probably fix this, specifically this bullet point:
We should probably say something like "the legacy stack synthesizer is not recommended in V2". |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Yes, this is a mistake in the migration guide. The
LegacySynthesizer
is definitely still supported, and will not be removed in V2, as it would be considered a breaking change.@jerry-aws we should probably fix this, specifically this bullet point:
We should probably say something like "the legacy stack synthesizer is not recommended in V2".