-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalityeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Description
Description
As @rectalogic points out here #5722 (comment) a year ago it is helpful to see the exact changes of nested stacks in the aws console. Without that option you only see that a nested stack will change. With that option you'll get a link in the console to the changeset of the nested stacks. This would be very helpful for me. I even think setting IncludeNestedStacks: true as default does not harm.
Use Case
It's currently impossible to see changes of nested stacks even when using changesets.
Proposed Solution
You need to add IncludeNestedStacks: true here:
| const changeSet = await cfn.createChangeSet({ |
Other information
No response
Acknowledge
- I may be able to implement this feature request
- This feature might incur a breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalityeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1