Nesting Stacks in AWS CDK

This article describes how to nest Stacks when deploying with AWS CDK. Introduction Environment Nesting Stacks in CDK Problem: Stacks Cannot Be Simply Nested Solution: Use NestedStack Conclusion References Introduction When I tried to nest Stacks in AWS CDK, I discovered that simply nesting them wo…