aws-event-parser
v1.0.0
Published
Utility that converts various aws events to plain JavaScript object
Readme
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-parserContributing
Contributions are always welcome!
Credits
Developed by [microapps] (http://microapps.com/)
License
aws-event-parser is available under the MIT license. See the LICENSE file for more info.
