Skip to content

peebles/aws-lambda-prune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prune Old Lamda Functions

Use this script to prune older versions of a AWS lambda function. By default the last three versions of the function are kept, as well as the version names "$LATEST" and any versions pointed to by aliases.

Usage

AWS_ACCESS_KEY_ID=<YOUR-KEY> AWS_SECRET_ACCESS_KEY=<YOUR-SECRET> AWS_REGION=<YOUR-REGION> \
    ./bin/prune [ --keep 3 ] functionName

About

Prune old lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published