aws / aws/serverless-application-model
Feature: IncludeNestedStacks switch for "sam deploy" command
- Dominant language
- Python
- Stars
- 9.6k
- Forks
- 2.5k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 7
Description
Hello
With "AWS::Serverless::Application" the SAM project can be divided into multiple templates.
However with the `sam deploy` command, the created changeset doesn't show an impact on resources within nested stacks.
Example:
```
CloudFormation stack changeset
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Operation LogicalResourceId ResourceType Replacement
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* Modify IoT AWS::CloudFormation::Stack False
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
```
It would be nice to have "IncludeNestedStacks" same way as it's available for `CreateChangeSet` command for Cloudformation.
Contributor guide
Assessment
This issue has not been assessed yet.