aws-event-parser

1.0.0 • Public • Published

aws-event-parser

aws-event-parser is a tiny utility that parses AWS events like SNS, S3, Kinesis Stream, DynamoDB Stream and returns a plain JavaScript object with no effort on your side.

Example:

var parse = require('aws-event-parser').parse;
var items = parse(kinesisEvent);
import { parse } from 'aws-event-parser';
const items = parse(kinesisEvent);

Installing

$ npm install --save aws-event-parser

Contributing

Contributions are always welcome!

Credits

Developed by microapps

License

aws-event-parser is available under the MIT license. See the LICENSE file for more info.

Package Sidebar

Install

npm i aws-event-parser

Weekly Downloads

2,277

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alexandresaiz
  • davidgf
  • g_alua