Show stack dependency tree #16080
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
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:
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: