hubot-lambda
Version:
A Hubot script for invoking AWS Lambda functions
24 lines (23 loc) • 484 B
JSON
{
"name": "hubot-lambda",
"version": "0.0.4",
"description": "A Hubot script for invoking AWS Lambda functions",
"main": "index.coffee",
"scripts": {
"test": "echo test runner goes here"
},
"keywords": [
"Hubot",
"AWS",
"Lambda"
],
"repository": {
"type": "git",
"url": "https://github.com/davemkirk/hubot-lambda.git"
},
"author": "David Kirk <davemkirk@gmail.com>",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1.23"
}
}