cdk diff does not work with nested stacks · Issue #5722 · aws/aws-cdk
Running cdk diff only lists the S3 templates of the root stack as changed. Reproduction Steps Create a nested stack with some resources in a nested stack. Deploy the nested stack. Add more resource...