Is there a way to reattach resource after CloudFormation stack deleted? #8611
Labels
@aws-cdk/aws-sqs
Related to Amazon Simple Queue Service
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
package/tools
Related to AWS CDK Tools or CLI
I used CDK to deploy a SQS (with deletion policy RETAIN) and manully deleted CF stack in console, when I cdk deploy again, is there a way to reattach CDK stack to previous existing SQS?
I guess deletion policy Snapshot is a go. But AWS::SQS::Queue does not support deletion policy Snapshot.
Use Case
If someone accidently deletes CF stack and I cdk deploy again, I want my cdk stack can reattach to existing SQS service.
Proposed Solution
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: