Releases: curveball/aws-lambda
Releases · curveball/aws-lambda
v0.5.0
- This package now supports ESM and CommonJS modules.
- No longer supports Node 14. Please use Node 16 or higher.
v0.4.0
Update to @curveball/kernel 0.20
v0.2.3
This package was incompatible with Curveball 0.19, so this is a re-release that explicitly marks this peerDependency as such.
To get curveball 0.19 support, upgrade to the (soon to be released) 0.3 version of this package.
v0.2.2
- Fix a typing issue with new aws-sdk packages.
v0.2.1
- Update @curveball/core dependency.
v0.2.0
- Update for new Curveball APIs.
- Node versions older than 12 are no longer supported.
- Typescript target is now
es2019
instead of esnext
to ensure that older
Node.js versions are supported.
v0.1.1
- Response headers are correctly serialized.
v0.1.0
- Added documentation
- Updated all dependencies
- Curveball is now a peerDependency