Skip to content

Releases: BackendStack21/http-lambda-proxy

Fixing req.query support

08 Dec 21:34
Compare
Choose a tag to compare

Changes:

  • If a req.query object is present, we just take it as the value for queryStringParameters, otherwise we parse the query string from the given URL value.

Documentation update

26 Nov 10:52
Compare
Choose a tag to compare

Changes:

  • Fixing supported response formats documentation.
  • General documentation update.

Minor documentation update

12 Nov 20:23
Compare
Choose a tag to compare

Changes:

  • Fixing typo in documentation source code example.
  • Adding linting check on CI.

Documentation update

12 Nov 07:19
Compare
Choose a tag to compare

Changes:

  • Updating module introduction.
  • Adding Donate / Support section.

More compatible!!!

12 Nov 07:10
Compare
Choose a tag to compare

Added:

  • Increase support for multiple lambda implementation formats.
  • Improved error handling.
  • All AWS.Lambda constructor options are now supported.

Many thanks to @zvictor for supporting this release!!!