File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes &
7
7
frameworks.
8
8
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.
You can’t perform that action at this time.
0 commit comments