A simple tool that automates the process of building and deploying AWS Lambda layers and source artifacts. It utilizes a purposefully designed S3 folder structure to store all historical versions of artifacts.
Usage Examples:
You may need additional tools to build your source artifacts:
- do
pip install build
to usepython -m build
- do
pip install poetry
to usepoetry build
aws_lambda_layer
is released on PyPI, so all you need is:
$ pip install aws_lambda_layer
To upgrade to latest version:
$ pip install --upgrade aws_lambda_layer