epsagon / clear-lambda-storage

Removes old versions of Lambda functions
https://epsagon.com/blog/how-to-free-aws-lambda-code-storage-codestorageexceeded/
MIT License
166 stars 44 forks source link

Allow clear-lambda-storage to be installed via pip #13

Closed drodger closed 4 years ago

drodger commented 4 years ago

How would you feel about adding support for installing via pip by creating a python wheel?

A project I work on that uses AWS Lambda has build up a large amount of function storage on Lambda, and we would use this during each deploy to remove older functions.

If so, here's a PR that adds the setup.py. I've left author, and email blank, and version to 1.0.

Cheers.