This repository contains a Lambda function for cleaning up orphaned Lambda Log Groups.
By default the function gets triggered at 11pm every night.
- NodeJS 8.10+ installed
- AWS CLI configured with an IAM user with Administrator privileges
- AWS SAM CLI installed
- Mocha installed
- ESLint installed
An S3 bucket is required to house all build and packaging outputs.
aws s3 mb s3://build-assets
npm install
package.sh <build-assets-bucket-name>
deploy.sh <stack-name>