Skip to content

Commit

Permalink
fix: add content to README (#122)
Browse files Browse the repository at this point in the history
- reflect current day status
  • Loading branch information
sriram-mv authored Aug 19, 2019
1 parent aae1d09 commit 3be6f2e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@
Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes &
frameworks.

We are in the process of implementing this project . If you are a developer and interested in contributing,
read the [DESIGN DOCUMENT](./DESIGN.md) to understand how this works.
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.

0 comments on commit 3be6f2e

Please sign in to comment.