Skip to content

Commit 3be6f2e

Browse files
authored
fix: add content to README (#122)
- reflect current day status
1 parent aae1d09 commit 3be6f2e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,17 @@
66
Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes &
77
frameworks.
88

9-
We are in the process of implementing this project . If you are a developer and interested in contributing,
10-
read the [DESIGN DOCUMENT](./DESIGN.md) to understand how this works.
9+
Lambda Builders currently contains the following workflows
10+
11+
* Java with Gradle
12+
* Java with Maven
13+
* Dotnet with amazon.lambda.tools
14+
* Python with Pip
15+
* Javascript with Npm
16+
* Ruby with Bundler
17+
* Go with Dep
18+
* Go with Mod
19+
20+
Lambda Builders is the brains behind the `sam build` command from [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli)
21+
22+
If you are a developer and interested in contributing, read the [DESIGN DOCUMENT](./DESIGN.md) to understand how this works.

0 commit comments

Comments
 (0)