core: Nested Stack templates cannot be suppressed natively by the CDK #32798
Labels
@aws-cdk/core
Related to core CDK functionality
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Allow nested stack templates to be suppressed by removing indentation.
Use Case
When a nested stack gets too large in size, we reach an error similar to the follow
Proposed Solution
Add the same functionality found within a
Stack
construct onto aNestedStack
construct.Other Information
This already exists, and it would trying to replicate the
suppressTemplateIndentation
onto NestedStacks.Acknowledgements
CDK version used
2.174.0
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered: