Metadata-Version: 2.1
Name: lambdabuild
Version: 0.2.2
Summary: Easily build AWS lambda artifacts and layers, correctly
Home-page: https://github.com/shlomimatichin/lambdabuild
Author: Shlomi Matichin
Author-email: shlomomatichin@gmail.com
License: UNKNOWN
Keywords: AWS,lambda,build,docker
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown

# 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)


