CreationPolicy Attribute is not being generated in CFN template when using CDK version 1.16 #5032
Labels
language/python
Related to Python bindings
needs-triage
This issue or PR still needs to be triaged.
p1
When using the CDK version 1.16, the CreationPolicy Attribute [] is not getting generated. This got created successfully when using CDK version 1.15 previously.
Also, forcing to use CDK version 1.15 accordingly (npm i -g aws-cdk@1.15) gives the following error while performing '$cdk synth' -
"A newer version of the CDK CLI (>= 1.16.0) is necessary to interact with this app "
Reproduction Steps
Error Log
No error message for CDK version 1.16, but the Output template does not have CreationPolicy attribute as shown below -
Also, the following error message is now being thrown when forcing CDK version 1.15 -
"A newer version of the CDK CLI (>= 1.16.0) is necessary to interact with this app "
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: