This makes it much easier to tell what is going to happen to your resources, making working with nested stacks more pleasant.
It would be great if the SAM CLI could support a similar configuration point in the sam deploy command.
Proposal
Presumably there's a way to pass the include-nested-stacks option to Cloudformation when creating change sets programatically. sam deploy could receive a similar configuration option and pass it to Cloudformation.
Things to consider:
Will this require any updates to the SAM Spec? No - this wouldn't have any impact on the Serverless resources.
Thanks for the feature request! We have a roadmap here, but we also try to take in popular feature requests based on 👍 from the community. We will be adding this to our intake for prioritization.
Describe your idea/feature/enhancement
The AWS CLI now supports generating a unified change set for nested stacks, as shown in the docs:
This makes it much easier to tell what is going to happen to your resources, making working with nested stacks more pleasant.
It would be great if the SAM CLI could support a similar configuration point in the
sam deploy
command.Proposal
Presumably there's a way to pass the
include-nested-stacks
option to Cloudformation when creating change sets programatically.sam deploy
could receive a similar configuration option and pass it to Cloudformation.Things to consider:
Additional Details