Skip to content

Lambda function for auditing S3 lifecycle rules / ensuring all uploads have a matching lifecycle rule

License

Notifications You must be signed in to change notification settings

bminahan73/S3LifeCycleRulesAuditor

Repository files navigation

S3LifeCycleRulesAuditor

Lambda function for auditing S3 lifecycle rules / ensuring all objects in a given bucket have a lifecycle rule configured

to deploy to your AWS environment

  1. install the CDK
npm install -g aws-cdk
  1. Install project dependencies
npm install
  1. Ensure you have an AWS profile set up that points to your desired AWS account and region

  2. deploy the CDK project. Be sure to include your email address you want to receive notifications on.

cdk deploy --context email_address=me@example.com --profile <PROFILE_NAME>

About

Lambda function for auditing S3 lifecycle rules / ensuring all uploads have a matching lifecycle rule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published