amazon-connect / ai-powered-speech-analytics-for-amazon-connect

The AI Powered Speech Analytics for Amazon Connect solution provides the combination of speech to text transcription, translation into preferred languages, and insights for agents and supervisors all in real-time
https://aws.amazon.com/solutions/implementations/ai-powered-speech-analytics-for-amazon-connect/
Other
55 stars 54 forks source link

[createS3Bucket] The bucket you tried to delete is not empty #15

Closed rezabekf closed 3 years ago

rezabekf commented 4 years ago

Stack fails to delete due to a S3 bucket not being empty.

Replication: Delete deployed stack.

Proposed resolution: Consider adding code below to the createS3Bucket resource:

createS3Bucket:
    Type: 'AWS::S3::Bucket'
    DeletionPolicy: Retain
    UpdateReplacePolicy: Retain
    {...}
kqia040 commented 4 years ago

Thanks for the comment, I've added to our backlog.

dfw100 commented 3 years ago

Closing this issue since we have added this issue to our backlog to address it in the next release.