Sherlock Holmes Partying in the Jungle
AWS = Jungle
Event = Party
Parser = Sherlock Holmes
Sherlock Holmes Partying in the Jungle parses AWS events like SNS, S3, Kinesis Stream, DynamoDB Stream and returns a plain JavaScript object.
Example:
var parse = require('sherlock-holmes-partying-in-the-jungle').parse;
var items = parse(kinesisEvent);
import { parse } from 'sherlock-holmes-partying-in-the-jungle';
const items = parse(kinesisEvent);
Installing
$ npm install --save sherlock-holmes-partying-in-the-jungle
Contributing
Contributions are always welcome!
Credits
Developed by [microapps] (http://microapps.com/)
License
Sherlock Holmes Partying in the Jungle is available under the MIT license. See the LICENSE file for more info.