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
- Host: GitHub
- URL: https://github.com/coderbyheart/cdk-s3-auto-delete-demo
- Owner: coderbyheart
- License: mit
- Created: 2026-06-11T11:41:40.000Z (about 1 month ago)
- Default Branch: saga
- Last Pushed: 2026-06-11T11:44:31.000Z (about 1 month ago)
- Last Synced: 2026-06-14T23:34:30.950Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`