Metadata-Version: 2.1
Name: aws-lambda-builders
Version: 0.6.0
Summary: Python library to compile, build & package AWS Lambda functions for several runtimes & frameworks.
Home-page: https://github.com/awslabs/aws-lambda-builders
Author: Amazon Web Services
Author-email: aws-sam-developers@amazon.com
License: Apache License 2.0
Keywords: AWS Lambda Functions Building
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Requires-Dist: six (~=1.11)
Requires-Dist: setuptools
Requires-Dist: wheel
Provides-Extra: dev
Requires-Dist: coverage (==4.3.4) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.4.0) ; extra == 'dev'
Requires-Dist: pytest (==3.0.7) ; extra == 'dev'
Requires-Dist: py (==1.4.33) ; extra == 'dev'
Requires-Dist: mock (==2.0.0) ; extra == 'dev'
Requires-Dist: parameterized (==0.6.1) ; extra == 'dev'
Requires-Dist: backports.tempfile (==1.0) ; extra == 'dev'
Requires-Dist: futures (==3.2.0) ; (python_version < "3.2.3") and extra == 'dev'
Requires-Dist: pathlib2 (==2.3.2) ; (python_version < "3.4") and extra == 'dev'
Requires-Dist: flake8 (==3.3.0) ; (python_version < "3.8") and extra == 'dev'
Requires-Dist: astroid (<2.1.0,>=1.5.8) ; (python_version < "3.8") and extra == 'dev'
Requires-Dist: pylint (==1.7.2) ; (python_version < "3.8") and extra == 'dev'
Requires-Dist: flake8 (==3.7.9) ; (python_version >= "3.8") and extra == 'dev'
Requires-Dist: pylint (==2.4.4) ; (python_version >= "3.8") and extra == 'dev'

## Lambda Builders

[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/txv6gk69614727nu?svg=true)](https://ci.appveyor.com/project/sanathkr/aws-lambda-builders-3bxwl)
[![Travis Status](https://travis-ci.org/awslabs/aws-lambda-builders.svg?branch=develop)](https://travis-ci.org/awslabs/aws-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
* Ruby with Bundler
* Go with Dep
* Go with Mod

Lambda Builders is the brains behind the `sam build` command from [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli)

If you are a developer and interested in contributing, read the [DESIGN DOCUMENT](./DESIGN.md) to understand how this works.


