Describe the feature
Enable faster destroys for multiple stacks by providing a --concurrency flag for cdk destroy mirroring the functionality of cdk deploy (implemented in aws/aws-cdk#20345)
Use Case
a cdk destroy takes a lot longer when dealing with a lot of stacks than creating them via cdk deploy --concurrency 20
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.41.0 (build 6ad48a3)
Environment details (OS name and version, etc.)
macOS
Describe the feature
Enable faster destroys for multiple stacks by providing a
--concurrencyflag forcdk destroymirroring the functionality ofcdk deploy(implemented in aws/aws-cdk#20345)Use Case
a
cdk destroytakes a lot longer when dealing with a lot of stacks than creating them viacdk deploy --concurrency 20Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.41.0 (build 6ad48a3)
Environment details (OS name and version, etc.)
macOS