- Adds support for
nodejs16.xLambda runtime (#14) - Changes minimum required Node.js version from
12to14
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-containersoption to SAMLocalOptions (#1)