Name | Modified | Size | Downloads / 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 eventbeforeReturn
executed before the response is sent. It takes a LambdaResponse object and returns a modified responseonError
executed when an unexpected error occurred when processing the event. It takes the error object- Removed dependency on
in-process-request