Automatic Lambda Layer Manager
Project description
Lambda Layer Manager
Overview
Automatically build and deploy AWS Lambda layer.
Config:
{
"layers": [
{
"name": "<name_of_the_layer>",
"requirements": "<path_to_requirements_file>",
"config": {
"description": "<description>",
"compatible_runtimes": ["<python3.10>"],
"compatible_architectures": ["<x86_64>"]
}
}
]
}
An example configuration can be found in the ./example
directory.
Quickstart
Run the Lambda Layer Manager (llm) with the following command:
llm <path/to/config_file>
Contribution
Install the dependencies:
poetry install
Enable the pre-commit hooks:
pre-commit install
License
This project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for lambda_layer_manager-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ed9d68cae76e6007eec76d1360c149c9cf4fc281c88a67598a3ba7a77af57e6 |
|
MD5 | fb77d8fec6e57ff2c0298a7a8faf98c8 |
|
BLAKE2b-256 | 618a21c93b5b981b4ee0f2184a1176d9a0c094b4c92b5ecd0a62404f6ea2219f |
Close
Hashes for lambda_layer_manager-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d242c107a7315089eddad03cef675e61526a354208b7575cea07df901d8333bf |
|
MD5 | fbeff9abd42acbaa25747d529647cec2 |
|
BLAKE2b-256 | 50deceef15dc87085a396834c2b784e2b57fcde52742c416ebc6d1df91cbf445 |