- Adds support for
nodejs16.x
Lambda runtime (#14) - Changes minimum required Node.js version from
12
to14
Republish of v2.0.0
.
This release is a rewrite of the internal template generator.
It is now possible to create Lambdas that are accessible via aws-sdk
.
- Adds ability to start lambdas without API (#7)
- Adds ability to add custom request headers (#6)
- Return SAM endpoint on start (#5)
- Add support for passing all supported args to SAM CLI (#2)
- Add
--warm-containers
option to SAMLocalOptions (#1)