useful-middy

2.0.0 • Public • Published

useful-middy

travis build

A few useful middy middlewares that I rely on all over the place.

Getting Started

npm install
npm test

Usage

const { jsonBodyParser } = require('useful-middy')
const handler = middy(someHandler)
  .use(jsonBodyParser())
 
module.exports = { handler }

Readme

Keywords

Package Sidebar

Install

npm i useful-middy

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

20.9 kB

Total Files

18

Last publish

Collaborators

  • anglinb