## Lambda Builders
![Apache 2.0 License](https://img.shields.io/github/license/aws/aws-lambda-builders)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/aws/aws-lambda-builders)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-lambda-builders)
![pip](https://img.shields.io/badge/pip-aws--lambda--builders-9cf)
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/e8/8b/5ef23f75eb04ca39d3466724e360201ad5c8294fcee67ba39df2f67c1357/aws_lambda_builders-1.52.0.tar.gz",
"platform": null,
"description": "## Lambda Builders\n\n![Apache 2.0 License](https://img.shields.io/github/license/aws/aws-lambda-builders)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/aws/aws-lambda-builders)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-lambda-builders)\n![pip](https://img.shields.io/badge/pip-aws--lambda--builders-9cf)\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.52.0",
"project_urls": {
"Homepage": "https://github.com/awslabs/aws-lambda-builders"
},
"split_keywords": [
"aws",
"lambda",
"functions",
"building"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ca0045cfd7f7910fe3915acce64f6c64ca1452f702fd65f910567d9f5d254af3",
"md5": "b41f6d730baf9a123b3e39b68d743e37",
"sha256": "70d07c878e702276a68b1dec49aa8cc9110a337d52d61d23a7f71bd9f24b5370"
},
"downloads": -1,
"filename": "aws_lambda_builders-1.52.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b41f6d730baf9a123b3e39b68d743e37",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 131117,
"upload_time": "2024-11-20T21:48:29",
"upload_time_iso_8601": "2024-11-20T21:48:29.041400Z",
"url": "https://files.pythonhosted.org/packages/ca/00/45cfd7f7910fe3915acce64f6c64ca1452f702fd65f910567d9f5d254af3/aws_lambda_builders-1.52.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e88b5ef23f75eb04ca39d3466724e360201ad5c8294fcee67ba39df2f67c1357",
"md5": "283aaddf1903871c042eaa62421d615b",
"sha256": "eda67c6a16562ee9774b2ad0d9ece43653ff3f5a7f8176f77c2f94ece0607532"
},
"downloads": -1,
"filename": "aws_lambda_builders-1.52.0.tar.gz",
"has_sig": false,
"md5_digest": "283aaddf1903871c042eaa62421d615b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 95457,
"upload_time": "2024-11-20T21:48:31",
"upload_time_iso_8601": "2024-11-20T21:48:31.546698Z",
"url": "https://files.pythonhosted.org/packages/e8/8b/5ef23f75eb04ca39d3466724e360201ad5c8294fcee67ba39df2f67c1357/aws_lambda_builders-1.52.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 21:48:31",
"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"
}