## 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
* Java with Gradle
* Java with Maven
* Dotnet with amazon.lambda.tools
* Python with Pip
* Javascript with Npm
* Typescript with esbuild
* Ruby with Bundler
* Go with Mod
* Rust with Cargo
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](https://github.com/awslabs/aws-sam-cli)
### Integrating 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](DESIGN.md#builders-library).
### Contributing
If you are a developer and interested in contributing, read the [DESIGN DOCUMENT](./DESIGN.md) to understand how this works.
Raw data
{
"_id": null,
"home_page": "https://github.com/awslabs/aws-lambda-builders",
"name": "aws-lambda-builders",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "AWS Lambda Functions Building",
"author": "Amazon Web Services",
"author_email": "aws-sam-developers@amazon.com",
"download_url": "https://files.pythonhosted.org/packages/97/cd/853a537213faae1719a14c8b874c411ebf83320495fce59895536964600b/aws_lambda_builders-1.56.0.tar.gz",
"platform": null,
"description": "## Lambda Builders\n\n\n\n\n\n\nLambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes & \nframeworks.\n\nLambda Builders currently contains the following workflows\n\n* Java with Gradle\n* Java with Maven\n* Dotnet with amazon.lambda.tools\n* Python with Pip\n* Javascript with Npm\n* Typescript with esbuild\n* Ruby with Bundler\n* Go with Mod\n* Rust with Cargo\n\nIn Addition to above workflows, AWS Lambda Builders also supports *Custom Workflows* through a Makefile.\n\nLambda Builders is the brains behind the `sam build` command from [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli)\n\n### Integrating with Lambda Builders\n\nLambda Builders is a Python library.\nIt additionally exposes a JSON-RPC 2.0 interface to use from other languages.\n\nIf you intend to integrate with Lambda Builders,\ncheck out [this section of the DESIGN DOCUMENT](DESIGN.md#builders-library).\n\n### Contributing\n\nIf you are a developer and interested in contributing, read the [DESIGN DOCUMENT](./DESIGN.md) to understand how this works.\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Python library to compile, build & package AWS Lambda functions for several runtimes & frameworks.",
"version": "1.56.0",
"project_urls": {
"Homepage": "https://github.com/awslabs/aws-lambda-builders"
},
"split_keywords": [
"aws",
"lambda",
"functions",
"building"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c6c6efed562272a33edee0010848a3426ecc9be0ec9a734c2529e421d0bf6b53",
"md5": "5a0e6a4ec5c6ec4018cab26ba9a05670",
"sha256": "bf1507a6bc958d13583c27356c38ceed4f012397d5afb5da30db5a85e381c59e"
},
"downloads": -1,
"filename": "aws_lambda_builders-1.56.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5a0e6a4ec5c6ec4018cab26ba9a05670",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 131980,
"upload_time": "2025-07-25T22:25:07",
"upload_time_iso_8601": "2025-07-25T22:25:07.956999Z",
"url": "https://files.pythonhosted.org/packages/c6/c6/efed562272a33edee0010848a3426ecc9be0ec9a734c2529e421d0bf6b53/aws_lambda_builders-1.56.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "97cd853a537213faae1719a14c8b874c411ebf83320495fce59895536964600b",
"md5": "36682ccdb0c4f03a4c55590232140541",
"sha256": "9f427e5d500a26f7ab9b57bd15267b43897ec518057c944eb2501ce8e083330a"
},
"downloads": -1,
"filename": "aws_lambda_builders-1.56.0.tar.gz",
"has_sig": false,
"md5_digest": "36682ccdb0c4f03a4c55590232140541",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 96440,
"upload_time": "2025-07-25T22:25:09",
"upload_time_iso_8601": "2025-07-25T22:25:09.135947Z",
"url": "https://files.pythonhosted.org/packages/97/cd/853a537213faae1719a14c8b874c411ebf83320495fce59895536964600b/aws_lambda_builders-1.56.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 22:25:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "awslabs",
"github_project": "aws-lambda-builders",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "aws-lambda-builders"
}