aws / aws/serverless-application-model

Feature: IncludeNestedStacks switch for "sam deploy" command

Open
#3,718 2 comments 1 reaction 0 assignees View on GitHub
stage/needs-investigation
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.