Skip to content

Releases: aws/aws-lambda-nodejs-runtime-interface-client

AWS Lambda Runtime Interface Client for NodeJS v3.1.0

09 Nov 10:23
b8d562e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

AWS Lambda Runtime Interface Client for NodeJS v3.0.0

26 Jun 09:22
781b717
Compare
Choose a tag to compare

What's Changed

  • AWS Lambda response streaming support
  • ES module support
  • Migrate from TypeScript to JavaScript, Include type declaration files for TypeScript support.
  • Support Amazon Linux 2023
  • Update RIE to v1.12
  • Reduce image size by deleting aws-lambda-cpp and curl dependencies after building them

Commits

  • aws-lambda-ric 3.0.0 release by @andclt in #70
  • Run integration tests against every distro on PR by @andclt in #71

Full Changelog: v2.1.0...v3.0.0

AWS Lambda Runtime Interface Client for NodeJS v2.1.0

15 May 11:24
8d1ff4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...v2.1.0

AWS Lambda Runtime Interface Client for NodeJS v2.0.0

29 Sep 19:38
24866d6
Compare
Choose a tag to compare

AWS Lambda Runtime Interface Client for NodeJS with ARM64 support

AWS Lambda Runtime Interface Client for Nodejs v1.1.0

09 Jun 21:46
832915e
Compare
Choose a tag to compare
  • Update Curl version to 7.77.0 (#23)
  • Update dependencies, remove unused dependencies, add prettier plugin to eslint (#19)
  • Fix errors issues ...
  • Remove trailing . from sample curl command ...
  • Include GitHub action on push and pr (#1)
  • Added 'docker login' to fix pull rate limit issue (#2)

AWS Lambda Runtime Interface Client for NodeJS v1.0.0

01 Dec 16:51
Compare
Choose a tag to compare

Initial release of AWS Lambda Runtime Interface Client for NodeJS