1.0.0 • Published 10 years ago
aws-event-parser v1.0.0
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
License
aws-event-parser is available under the MIT license. See the LICENSE file for more info.
1.0.0
10 years ago