Easily build AWS lambda artifacts and layers, correctly
Project description
# LambdaBuild
This is a single command line executable meant to be triggerred from within
make or make like script, which automates creation of AWS lambda python artifacts,
and AWS lambda layers.
### Features:
* build inside docker emulating lambda environment, with target python runtime
* precompile .pyc files, for faster cold starts
* support build-only-if-changed
* result zip file hash will remain identical between builds (important when
infrastructure as code decides wether to update lambda / layer, since
previous build was not on same machine)
This is a single command line executable meant to be triggerred from within
make or make like script, which automates creation of AWS lambda python artifacts,
and AWS lambda layers.
### Features:
* build inside docker emulating lambda environment, with target python runtime
* precompile .pyc files, for faster cold starts
* support build-only-if-changed
* result zip file hash will remain identical between builds (important when
infrastructure as code decides wether to update lambda / layer, since
previous build was not on same machine)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lambdabuild-0.0.1.tar.gz
(5.2 kB
view hashes)