Download Latest Version v0.6.0 source code.tar.gz (105.2 kB)
Email in envelope

Get an email when there's a new version of lambda-request-handler

Home / v0.5.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-11-12 436 Bytes
v0.5.2 source code.tar.gz 2022-11-12 102.9 kB
v0.5.2 source code.zip 2022-11-12 118.1 kB
Totals: 3 Items   221.5 kB 0
  • Add the following hooks
  • beforeDispatch executed before the request is dispatched to handler. It takes an APIGW event and returns a modified event
  • beforeReturn executed before the response is sent. It takes a LambdaResponse object and returns a modified response
  • onError executed when an unexpected error occurred when processing the event. It takes the error object
  • Removed dependency on in-process-request
Source: README.md, updated 2022-11-12