1.0.1 • Published 8 years ago

express2apigateway v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

express2apigateway

NPM version Downloads Dependency Status Gandalf  Status

What is express2apigateway?

express2apigateway is a module that given an Express req object returns an API Gateway {proxy+} request

How to use it

You can install express2apigateway running:
$ npm install express2apigateway

use it in your code:

const express2apigateway = require('express2apigateway');
const request = express2apigateway(req, [integration]);

License

MIT

1.0.1

8 years ago

1.0.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago