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

Documentation Status https://github.com/MacHu-GWU/aws_lbd_art_builder_uv-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/aws_lbd_art_builder_uv-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/aws-lbd-art-builder-uv.svg https://img.shields.io/pypi/l/aws-lbd-art-builder-uv.svg https://img.shields.io/pypi/pyversions/aws-lbd-art-builder-uv.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_lbd_art_builder_uv Documentation

https://aws-lbd-art-builder-uv.readthedocs.io/en/latest/_static/aws_lbd_art_builder_uv-logo.png

aws_lbd_art_builder_uv is the uv backend for aws_lbd_art_builder_core, providing automated AWS Lambda layer builds using uv as the package manager.

It offers two builders:

  • UvLambdaLayerLocalBuilder — runs uv sync directly on the host machine. Fast, no Docker required. Best for pure-Python dependencies.

  • UvLambdaLayerContainerBuilder — runs uv sync inside an AWS SAM Docker image to produce Linux-compatible binaries. Required when your layer includes packages with C extensions (e.g. numpy, pandas).

Both builders follow a 4-step workflow: Preflight Check → Prepare Environment → Execute Build → Finalize Artifacts. The output is a artifacts/python/ directory ready to be zipped and published as a Lambda layer. Combine with aws_lbd_art_builder_core’s package, upload, and publish steps for a complete deployment pipeline.

Features:

  • Reproducible builds via uv sync --frozen with lock files

  • Private PyPI index support (e.g. AWS CodeArtifact) via credential injection

  • Artifact validation — verify installed packages match pyproject.toml dependencies

  • Pure-stdlib container script — no pip install needed inside the container

Install

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

$ pip install aws-lbd-art-builder-uv

To upgrade to latest version:

$ pip install --upgrade aws-lbd-art-builder-uv

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