Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(cdk): Add support for changesets of nested stacks #15787

Open
chauncey-garrett opened this issue Jul 27, 2021 · 1 comment
Open

(cdk): Add support for changesets of nested stacks #15787

chauncey-garrett opened this issue Jul 27, 2021 · 1 comment
Labels
cli Issues related to the CDK CLI effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI

Comments

@chauncey-garrett
Copy link
Contributor

Change sets for nested stacks are now supported in CF: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/change-sets-for-nested-stacks.html

Use Case

As a CDK user, I need to preview the change set of nested stacks.

Proposed Solution

Add an option to view recursively the change set(s) of nested stacks, similar to the following:

cdk deploy --include-nested-stacks 

Other

Nested stack change sets have been requested elsewhere (#9293) but prior to CF having this capability, which was introduced on Nov 18, 2020.

I've created this new ticket simply for visibility.


This is a 🚀 Feature Request

@chauncey-garrett chauncey-garrett added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 27, 2021
@ryparker
Copy link
Contributor

Hey @chauncey-garrett 👋

This would be nice to have. Thanks for opening this request.

I'm going to mark this as p2 which means that we are unable to work on this immediately. We use +1s to help us prioritize our work, and as always we are happy to take contributions if anyone is interested to pick this up and submit a PR (please make sure to follow our contribution guidelines.)
🙏

@ryparker ryparker added effort/medium Medium work item – several days of effort p2 package/tools Related to AWS CDK Tools or CLI and removed needs-triage This issue or PR still needs to be triaged. labels Jul 27, 2021
@khushail khushail added the cli Issues related to the CDK CLI label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issues related to the CDK CLI effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI
Projects
None yet
Development

No branches or pull requests

3 participants