aws-cdk-lib: Contradiction between CDK 2 migration guide and API reference #23880
Labels
aws-cdk-lib
Related to the aws-cdk-lib package
bug
This issue is a bug.
docs/guide
Related to the developer guide
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
p1
Describe the issue
The Migrating to AWS CDK v2 guide says, "CDK v2 does not support the legacy stack synthesizer."
The API reference for CDK v2 has documentation for the legacy synthesizer with no mention of being unsupported.
I am able to deploy stacks with CDK v2 using the legacy stack synthesizer. What does "not supported" in the migration guide mean here?
Related to #23879 - redeploying after upgrading synthesizers fails on deployment when cross-stack asset dependencies exist, but a clean deploy with the legacy synthesizer works fine in this case.
Links
https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.LegacyStackSynthesizer.html
The text was updated successfully, but these errors were encountered: