Package Exports
- aws-lambda-request-router
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aws-lambda-request-router) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AWS Lambda Request Router
Lightweight HTTP router for AWS Lambda functions using API Gateway as proxy.
Install
$ npm install aws-lambda-request-routerUsage
For now, please look at the tests. Examples will be flushed out here in the future.
Release History
- v0.1.0: Initial Release (Open Sourced)