Skip to content

jtj5311/lambda_packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A very simple and basic Python script with minimal dependencies to help make AWS Lambda layers. Uses uv instead of pip as the package manager. Cleans up after itself and zips the environment.

Assuming one is on a Unix system with their base environment setup, one can simply execute './lambda_packager.py {layer_name} {package_1} ... {package_n}' to build the Python packages and zip them into layer_name.zip, ready to be uploaded.

About

very basic python aws lambda packager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages