blob: d48a889738eb3a8a8662d781d27e97855f9fcffb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
In Addition to above workflows, AWS Lambda Builders also supports Custom
Workflows through a Makefile.
|