Last updated:
0 purchases
awslambdalayer 0.5.2
Welcome to aws_lambda_layer Documentation
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:
build_layer.py
build_source.py
You may need additional tools to build your source artifacts:
do pip install build to use python -m build
do pip install poetry to use poetry build
Install
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.