Releases: janaz/lambda-request-handler
Releases · janaz/lambda-request-handler
v0.3.2
- Fixed a bug that was causing all the query param names to be converted to lowercase #1 . Thanks @benurb for the PR.
v0.2.2
- Fix handling of
x-forwarded-for
header in ALB requests
v0.2.1
- 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
- Added support for Application Load Balancer
v0.1.2
- Improved detection of utf-8 content
v0.1.1
- Removed dependency on
binary-case
v0.1.0
- Support for apps that require asynchronous setup, for example reading config from the network or decrypting secrets with KMS.
- Export types
v0.0.3
- Encode the response as
base64
when the content is compressed