Skip to main content

CLI tool for creating and publishing AWS Lambda layers for Node.js and Python.

Project description

AWS Lambda Layer CLI Tool

A command-line tool for creating and publishing AWS Lambda layers for Node.js and Python.

Features

  • Create and publish Lambda layers for Node.js (npm) and Python (pip)
  • Automatic version management and smart naming
  • Direct publishing to AWS with IAM credentials and region support
  • Support for multiple packages in a single layer

Installation

Package Managers (Recommended)

npm (Node.js)

npm i -g aws-lambda-layer-cli

uv (Python)

uv tool install aws-lambda-layer-cli

Requirements

  • System: Linux, macOS, or Windows (WSL recommended)
  • Tools: zip, aws-cli (for publishing), node (for Node.js layers), python (for Python layers)

Usage

aws-lambda-layer-cli <command> [options]

Commands

  • zip: Create a local zip file
  • publish: Create and publish a layer to AWS
  • completion: Generate shell completion scripts
  • uninstall: Uninstall the tool
  • help: Show help message

Options

Option Description
--nodejs, -n <pkgs> Create Node.js layer (comma-separated packages)
--python, -p <pkgs> Create Python layer (comma-separated packages)
--name Custom layer name
--description Layer description (publish only)
--profile AWS CLI profile (publish only)
--region AWS region (publish only)
--architecture, -a Target architecture (x86_64 or arm64)
--platform Target platform tag (Python only, e.g. manylinux_2_28_aarch64)
--node-version Node.js version (default: 24)
--python-version Python version (default: 3.14)
-v, --version Show version

Examples

Node.js

# Create local zip with multiple packages
aws-lambda-layer-cli zip --nodejs express@4.18.2,axios --name my-layer

# Publish to AWS with specific profile and region
aws-lambda-layer-cli publish --nodejs lodash --profile prod --region us-east-1 --description "Utils"

Python

# Create local zip with specific python version and architecture
aws-lambda-layer-cli zip --python numpy==1.26.0,pandas --python-version 3.12 --architecture arm64

# Publish to AWS with explicit platform tag (e.g. Amazon Linux 2023 / manylinux_2_28)
aws-lambda-layer-cli publish --python requests --name web-layer --platform manylinux_2_28_x86_64

Shell Completion

Add to your shell config (~/.bashrc or ~/.zshrc):

# Bash
source <(aws-lambda-layer-cli completion --bash)

# Zsh
source <(aws-lambda-layer-cli completion --zsh)

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

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

aws_lambda_layer_cli-2.1.2.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_lambda_layer_cli-2.1.2-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file aws_lambda_layer_cli-2.1.2.tar.gz.

File metadata

  • Download URL: aws_lambda_layer_cli-2.1.2.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for aws_lambda_layer_cli-2.1.2.tar.gz
Algorithm Hash digest
SHA256 5207ae8d5473060be7006434a8c16258c9b20dd0d39fb049a6fea3cd5957a814
MD5 f4a339b380646e45d105abc09bd27985
BLAKE2b-256 e5a0d03e2329efb91c66e6ca3000a80d300105aceb6df1943b4a8f7eb604513a

See more details on using hashes here.

File details

Details for the file aws_lambda_layer_cli-2.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_lambda_layer_cli-2.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 286da8d1ef8c85e4f15c88298cb7e67de6382134844e4ccecd80056961a19d10
MD5 1f1af2ea8a494a07ef3deb88e0b1ac7d
BLAKE2b-256 53e65a036c176cfa7dd095b3ac3b327ebeecf06d3ec2e03a1edd31ba5f901dfc

See more details on using hashes here.

Supported by

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