# aws-lambda-create-request-response

Create request and response streams from a lambda event

[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/feross/standard)
[![build status](https://api.travis-ci.org/JamesKyburz/aws-lambda-http-server.svg)](https://travis-ci.org/JamesKyburz/aws-lambda-http-server)
[![downloads](https://img.shields.io/npm/dm/aws-lambda-create-request-response.svg)](https://npmjs.org/package/aws-lambda-create-request-response)

# usage

```javascript
const { req, res } = require('aws-lambda-create-request-response')(event, callback)
```

# license

[Apache License, Version 2.0](LICENSE)
