File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Lambda Builders
2
2
3
- [ ![ Build & Test] ( https://github.com/aws/aws-lambda-builders/actions/workflows/build.yml/badge.svg )] ( https://github.com/aws/aws-lambda-builders/actions/workflows/build.yml )
3
+ ![ Apache 2.0 License] ( https://img.shields.io/github/license/aws/aws-lambda-builders )
4
+ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/aws/aws-lambda-builders )
5
+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/aws-lambda-builders )
6
+ ![ pip] ( https://img.shields.io/badge/pip-aws--lambda--builders-9cf )
4
7
5
8
Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes &
6
9
frameworks.
@@ -12,8 +15,8 @@ Lambda Builders currently contains the following workflows
12
15
* Dotnet with amazon.lambda.tools
13
16
* Python with Pip
14
17
* Javascript with Npm
18
+ * Typescript with esbuild
15
19
* Ruby with Bundler
16
- * Go with Dep
17
20
* Go with Mod
18
21
19
22
In Addition to above workflows, AWS Lambda Builders also supports * Custom Workflows* through a Makefile.
You can’t perform that action at this time.
0 commit comments