Release v0.1.8 (What’s new?).

Documentation Status https://github.com/MacHu-GWU/aws_lambda_artifact_builder-project/actions/workflows/main.yml/badge.svg https://img.shields.io/pypi/v/aws-lambda-artifact-builder.svg https://img.shields.io/pypi/l/aws-lambda-artifact-builder.svg https://img.shields.io/pypi/pyversions/aws-lambda-artifact-builder.svg https://img.shields.io/badge/✍️_Release_History!--None.svg?style=social&logo=github https://img.shields.io/badge/⭐_Star_me_on_GitHub!--None.svg?style=social&logo=github
https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to aws_lambda_artifact_builder Documentation

https://aws-lambda-artifact-builder.readthedocs.io/en/latest/_static/aws_lambda_artifact_builder-logo.png

AWS Lambda Artifact Builder is a comprehensive Python library that solves the deployment challenges every team faces when building Lambda applications. It provides battle-tested solutions for both Lambda Layer creation and deployment package building across pip, Poetry, and UV dependency managers.

Key Features:

  • Multi-Tool Support: Seamless integration with pip, Poetry, and UV dependency managers

  • Cross-Platform Builds: Container-based builds ensuring Linux compatibility from any development platform

  • Private Repository Support: Built-in AWS CodeArtifact and private PyPI server integration

  • Command Pattern Architecture: Granular control with simple builder.run() interface

  • Enterprise Ready: Intelligent change detection, automated cleanup, cross-account layer sharing

  • Complete Workflow: End-to-end automation from dependency installation to AWS deployment

The Problems It Solves:

  • Platform compatibility issues (Windows/macOS → Linux Lambda runtime)

  • Dependency separation complexity (stable layers vs changing application code)

  • Build reproducibility across development, CI, and production environments

  • Private repository authentication and credential management

  • Storage optimization and version management

  • Enterprise deployment workflows

Usage Examples

Lambda Source Artifacts (Deployment Packages):

Build application code packages for Lambda function deployment:

Lambda Layer Artifacts:

Build dependency layers for Lambda functions using different build tools:

Common Setup:

  • settings.py: Shared configuration for all layer examples

Pip Builder Examples:

Poetry Builder Examples:

UV Builder Examples:

Advanced Workflow Examples:

Install

aws_lambda_artifact_builder is released on PyPI, so all you need is to:

$ pip install aws-lambda-artifact-builder

To upgrade to latest version:

$ pip install --upgrade aws-lambda-artifact-builder

Table of Content

About the Author

(\ (\
( -.-)o
o_(")(")

Sanhe Hu is a seasoned software engineer with a deep passion for Python development since 2010. As an author and maintainer of 150+ open-source Python projects, with over 15 million monthly downloads, I bring a wealth of experience to the table. As a Senior Solution Architect and Subject Matter Expert in AI, Data, Amazon Web Services, Cloud Engineering, DevOps, I thrive on helping clients with platform design, enterprise architecture, and strategic roadmaps.

Talk is cheap, show me the code:

API Document