An open API service indexing awesome lists of open source software.

https://github.com/coderbyheart/cdk-s3-auto-delete-demo

Demonstrate CDK S3 Bucket autoDeleteObjects
https://github.com/coderbyheart/cdk-s3-auto-delete-demo

Last synced: about 1 month ago
JSON representation

Demonstrate CDK S3 Bucket autoDeleteObjects

Awesome Lists containing this project

README

          

# Demonstration of CDK S3 `autoDeleteObjects` feature

1. Deploy the stack: `npx cdk deploy --require-approval never`
2. Write a file to the bucket: `./write-dummy-file.sh`
3. Delete the stack: `npx cdk destroy -f`