Skip to main content

Automatic Lambda Layer Manager

Project description

Lambda Layer Manager

License: MIT Ruff Code style: black Imports: isort

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lambda_layer_manager-0.1.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

lambda_layer_manager-0.1.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page