Skip to content

Releases: janaz/lambda-request-handler

v0.3.2

27 Apr 07:39
Compare
Choose a tag to compare
  • Fixed a bug that was causing all the query param names to be converted to lowercase #1 . Thanks @benurb for the PR.

v0.3.1

16 Dec 05:25
Compare
Choose a tag to compare
  • Improved performance

v0.3.0

05 Dec 05:01
Compare
Choose a tag to compare

v0.2.2

07 Jul 12:19
Compare
Choose a tag to compare
  • Fix handling of x-forwarded-for header in ALB requests

v0.2.1

07 Jul 06:58
Compare
Choose a tag to compare
  • Fix for query param url encoding in ALB requests
  • Expose the Lambda Request Id in x-aws-lambda-request-id request header

v0.2.0

06 Jul 06:15
Compare
Choose a tag to compare
  • Added support for Application Load Balancer

v0.1.2

04 Jul 02:34
Compare
Choose a tag to compare
  • Improved detection of utf-8 content

v0.1.1

02 Jul 13:17
Compare
Choose a tag to compare
  • Removed dependency on binary-case

v0.1.0

02 Jul 12:34
Compare
Choose a tag to compare
  • Support for apps that require asynchronous setup, for example reading config from the network or decrypting secrets with KMS.
  • Export types

v0.0.3

01 Jul 00:22
Compare
Choose a tag to compare
  • Encode the response as base64 when the content is compressed