UNPKG

node-aws-lambda

Version:

A module help you automate AWS lambda function deployment.

33 lines (32 loc) 725 B
{ "name": "node-aws-lambda", "version": "0.1.8", "description": "A module help you automate AWS lambda function deployment.", "scripts": { "test": "./node_modules/mocha/bin/mocha test/all.js" }, "repository": { "type": "git", "url": "https://github.com/ThoughtWorksStudios/node-aws-lambda" }, "keywords": [ "aws", "lambda", "deploy" ], "author": "Pengchao Wang", "license": "MIT", "bugs": { "url": "https://github.com/ThoughtWorksStudios/node-aws-lambda/issues" }, "dependencies": { "async": "^1.0.0", "aws-sdk": "2.x.x", "https-proxy-agent": "^1.0.0" }, "devDependencies": { "mocha": "^2.2.1", "chai": "^2.1.1", "node-uuid": "^1.4.3" } }