Cron job + Lambda function to clean up old, unreferenced versions of Lambda functions from your AWS environment.
To deploy, run ./deploy.sh <stage>
where stage
is the name of the stage you want to deploy the function to, eg. ./deploy.sh dev
Lambda function to clean up old, unreferenced versions of Lambda functions
JavaScriptMIT