Skip to content

Releases: curveball/aws-lambda

v0.5.0

14 Feb 23:39
56e0237
Compare
Choose a tag to compare
  • This package now supports ESM and CommonJS modules.
  • No longer supports Node 14. Please use Node 16 or higher.

v0.4.0

03 Sep 22:36
ccdbd5a
Compare
Choose a tag to compare

Update to @curveball/kernel 0.20

v0.3.0

01 Sep 17:32
7bf768a
Compare
Choose a tag to compare

Curveball 0.19 support.

v0.2.3

01 Sep 17:28
8db38ca
Compare
Choose a tag to compare

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

02 Mar 05:42
8784b91
Compare
Choose a tag to compare
  • Fix a typing issue with new aws-sdk packages.

v0.2.1

02 Mar 05:20
2fc2581
Compare
Choose a tag to compare
  • Update @curveball/core dependency.

v0.2.0

07 Dec 01:36
8cccf63
Compare
Choose a tag to compare
  • 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

07 Dec 01:36
0a3702f
Compare
Choose a tag to compare
  • Response headers are correctly serialized.

v0.1.0

07 Dec 01:35
6d52a66
Compare
Choose a tag to compare
  • Added documentation
  • Updated all dependencies
  • Curveball is now a peerDependency

v0.0.1

07 Dec 01:35
bd359a0
Compare
Choose a tag to compare
  • First version