1.0.0 • Published 9 years ago
sherlock-holmes-partying-in-the-jungle v1.0.0
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
License
Sherlock Holmes Partying in the Jungle is available under the MIT license. See the LICENSE file for more info.
1.0.0
9 years ago