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

Show stack dependency tree #16080

Closed
2 tasks
atennak1 opened this issue Aug 16, 2021 · 3 comments
Closed
2 tasks

Show stack dependency tree #16080

atennak1 opened this issue Aug 16, 2021 · 3 comments
Labels
effort/large Large work item – several weeks of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI

Comments

@atennak1
Copy link

It would be great if the list command displayed dependencies between stacks, perhaps in a tree-like structure. We recently made the incorrect assumption that simply declaring a stack inside of another stack (without using cfn.NestedStack) would ensure correct deployment order. We could have used such a feature to validate that assumption.

Use Case

To verify that stack dependencies are correctly modeled.

Proposed Solution

if StackA has a dependency on StackB, it would show something like this:

.
└── StackA
    └── StackB
  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@atennak1 atennak1 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 16, 2021
@ryparker
Copy link
Contributor

Hey @atennak1 👋

Thanks for the feature request.

I am marking this issue 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/large Large work item – several weeks 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 Aug 17, 2021
@SimonCMoore
Copy link

This was fixed by #28995 in [v2.132.0]

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/large Large work item – several weeks 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