UNPKG

hubot-lambda

Version:

A Hubot script for invoking AWS Lambda functions

19 lines (18 loc) 393 B
{ "name": "hubot-lambda-echo-handler", "version": "0.0.0", "description": "Example AWS Lambda script that responds to hubot-lambda", "main": "handler.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "aws", "lambda", "hubot" ], "author": "David Kirk <davemkirk@gmail.com>", "license": "MIT", "dependencies": { } }