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.3.tar.gz (22.5 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.3-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aws_lambda_layer_cli-2.1.3.tar.gz
  • Upload date:
  • Size: 22.5 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.3.tar.gz
Algorithm Hash digest
SHA256 95b7f2e1f261a4b9adb4d7e4194f88a95544674094d7be9d5c5d2e219c7b03cd
MD5 55493d6509b46bfa2f6596c67aa40600
BLAKE2b-256 0f7cd2042255abaadc0a0f8c60baab6c95a60aa07fe555bb79294755ef41fbf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aws_lambda_layer_cli-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 adbfebddeea90c9f516ecaeccbec9373e82b261c366a227870b911b4ec733d9b
MD5 42428b11114f5708246e5ee026ac750a
BLAKE2b-256 af06c865c3bc632711cf1e8c3c72f36271effff7e3e4b9e4122e66e9d4ff1598

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