awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.48k stars 5.61k forks source link

JavaScript (v3): Kinesis - Update CDK/CFN deletion policy to delete stream on stack deletion. #6877

Closed cpyle0819 closed 1 week ago

cpyle0819 commented 1 week ago

Kinesis streams were being retained during integ test runs and breaking the suite. This updates the deletion policy to prevent that.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.