-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(cli): support hotswapping resources in Nested Stacks #16508
Copy link
Copy link
Closed
Labels
effort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLI
Description
Big fan of the work in https://github.com/aws/aws-cdk/pull/15748/files and wish I could use it in my application. I'm building an application of medium size on CDK and I have split it up into nested stacks. Hotswap does not work with nested stacks. It would be terrific if it did, especially as the nested stacks add considerable deployment time as it is.
Proposed Solution
tryHotswapDeployment probably needs to be run recursively on nested stacks? Not sure what the most elegant solution is.
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLI