You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[serverless-offline](./src/middlewares/serverless-offline.js) middleware - replaces "offline" event values with local development (e.g. localhost) values for more accurate testing
9
9
*[nestedQueryStringParameters](./src/middlewares/nestedQueryStringParameters.js) middleware - combines single- and multi-value query string parameters into a nested object as necessary (similar to Rails) using [`qs`](https://github.com/ljharb/qs) - accessible as `event.nestedQueryStringParameters`
10
-
* Error Handling
11
-
*[Rollbar](./src/examples/rollbar.js) error handler - handler wrapper to capture errors
12
10
* Routing - uses [custom-router](https://github.com/joelvh/custom-router) for path matching and more
0 commit comments