UNPKG

lambda-wrapper

Version:

Wrapper for running Amazon Lambda modules locally

37 lines (36 loc) 820 B
{ "name": "lambda-wrapper", "version": "0.3.0", "description": "Wrapper for running Amazon Lambda modules locally", "main": "index.js", "scripts": { "test": "RUN_LIVE=true npm run unit-tests", "unit-tests": "./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/nordcloud/lambda-wrapper.git" }, "keywords": [ "AWS", "lambda", "local" ], "author": "Mikael Puittinen (https://nordcloud.com)", "contributors": [ "Toni Ruottu", "Eetu Tuomala" ], "license": "MIT", "bugs": { "url": "https://github.com/nordcloud/lambda-wrapper/issues" }, "homepage": "https://github.com/nordcloud/lambda-wrapper", "devDependencies": { "chai": "3.5.0", "mocha": "2.4.5" }, "dependencies": { "aws-sdk": "^2.4.0" } }