1.0.0 • Published 9 years ago

sherlock-holmes-partying-in-the-jungle v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Sherlock Holmes Partying in the Jungle

GitHub license

GitHub stars

npm.io

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.