UNPKG

aws_message_reader

Version:

Parses an AWS Sns or Dynamodb message. If the callback triggers an error, the original Aws event (lambda_event) is attached to the error object.

25 lines (24 loc) 509 B
{ "name": "aws_message_reader", "version": "3.1.0", "description": "", "main": "index.js", "author": "Tim Fairbrother <tdfairbrother@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/intrepica/aws_message_reader" }, "scripts": { "test": "node_modules/.bin/mocha", "run": "index.js" }, "dependencies": { "async": "^1.3.0" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^2.2.4", "sinon": "^1.14.1" } }