(module name): (short issue description) #20201
Labels
bug
This issue is a bug.
closing-soon
This issue will automatically close in 4 days unless further comments are made.
needs-reproduction
This issue needs reproduction.
needs-triage
This issue or PR still needs to be triaged.
package/tools
Related to AWS CDK Tools or CLI
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Lang: python
Attempting to remove bootstrapped version rules etc from final synthesized yaml templates by customizing the Default Synthesizer; i.e.:
A fresh cdk template synthesis, however, still contains bootstrap rules.
The intent is to allow for independent template execution via means other than the cdk CLI (i.e. aws cloudformation cli or console)
Expected Behavior
Synthesis of templates should exclude bootstrapping rules when the behavior of the default synthesizer is modified accordingly.
Current Behavior
Synthesis of bootstrapping rules seems entirely unaffected, regardless of synthesizer config; i.e.:
Reproduction Steps
Use
cdk init
to create basic project.Use
generate_bootstrap_version_rule=False
as mentioned above when creating a Stack instance.Use
cdk synth
to synthesize template; examine script output to confirm that bootstrapping rules are still present.Possible Solution
unsure
Additional Information/Context
No response
CDK CLI Version
2.20.0
Framework Version
No response
Node.js Version
v18.0.0
OS
macos
Language
Python
Language Version
Python 3.9.12
Other information
No response
The text was updated successfully, but these errors were encountered: