## 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/0b/0a/09a966ac588a3eb3333348a5e13892889fe9531a491359b35bc5b7b13818/aws_lambda_builders-1.53.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.53.0",
"project_urls": {
"Homepage": "https://github.com/awslabs/aws-lambda-builders"
},
"split_keywords": [
"aws",
"lambda",
"functions",
"building"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "288c9cf80784437059db1999655a943eb950a0587793c3fddb56aee3c0f60ae3",
"md5": "2d1361875e9916a64ad6e83cf528fa21",
"sha256": "ca9ddd99214aef8a113a3fcd7d7fe3951ef0e078478484f03c398a3bdee04ccb"
},
"downloads": -1,
"filename": "aws_lambda_builders-1.53.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2d1361875e9916a64ad6e83cf528fa21",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 131138,
"upload_time": "2024-11-27T22:53:27",
"upload_time_iso_8601": "2024-11-27T22:53:27.999446Z",
"url": "https://files.pythonhosted.org/packages/28/8c/9cf80784437059db1999655a943eb950a0587793c3fddb56aee3c0f60ae3/aws_lambda_builders-1.53.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0b0a09a966ac588a3eb3333348a5e13892889fe9531a491359b35bc5b7b13818",
"md5": "72d9f6f7413e8f315eb100c29c90a079",
"sha256": "d08bfa947fff590f1bedd16c2f4ec7722cbb8869aae80764d99215a41ff284a1"
},
"downloads": -1,
"filename": "aws_lambda_builders-1.53.0.tar.gz",
"has_sig": false,
"md5_digest": "72d9f6f7413e8f315eb100c29c90a079",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 95491,
"upload_time": "2024-11-27T22:53:29",
"upload_time_iso_8601": "2024-11-27T22:53:29.911370Z",
"url": "https://files.pythonhosted.org/packages/0b/0a/09a966ac588a3eb3333348a5e13892889fe9531a491359b35bc5b7b13818/aws_lambda_builders-1.53.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-27 22:53:29",
"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"
}