1.0.1 • Published 7 years ago

express2apigateway v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago