fix(python-uv): pass –no-default-groups to uv export (#869) PEP 735 dependency-groups.dev is included by default in uv export, so dev/test deps (moto, pytest, cryptography, docker, …) currently land in every Lambda zip — ~67MB of bloat per function. Adding –no-default-groups mirrors the prior pip-tools behavior (extras/dev not auto-shipped) and cuts cold install time ~4-5x.
fix(python-uv): pass –no-default-groups to uv export (#869)
PEP 735 dependency-groups.dev is included by default in uv export, so dev/test deps (moto, pytest, cryptography, docker, …) currently land in every Lambda zip — ~67MB of bloat per function. Adding –no-default-groups mirrors the prior pip-tools behavior (extras/dev not auto-shipped) and cuts cold install time ~4-5x.
Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes & frameworks.
Lambda Builders currently contains the following workflows
In Addition to above workflows, AWS Lambda Builders also supports Custom Workflows through a Makefile.
Lambda Builders is the brains behind the sam build command from AWS SAM CLI
sam build
Lambda Builders is a Python library. It additionally exposes a JSON-RPC 2.0 interface to use from other languages.
If you intend to integrate with Lambda Builders, check out this section of the DESIGN DOCUMENT.
If you are a developer and interested in contributing, read the DESIGN DOCUMENT to understand how this works.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Lambda Builders
Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes & frameworks.
Lambda Builders currently contains the following workflows
In Addition to above workflows, AWS Lambda Builders also supports Custom Workflows through a Makefile.
Lambda Builders is the brains behind the
sam buildcommand from AWS SAM CLIIntegrating with Lambda Builders
Lambda Builders is a Python library. It additionally exposes a JSON-RPC 2.0 interface to use from other languages.
If you intend to integrate with Lambda Builders, check out this section of the DESIGN DOCUMENT.
Contributing
If you are a developer and interested in contributing, read the DESIGN DOCUMENT to understand how this works.