UNPKG

failure-lambda

Version:

Module for failure injection into AWS Lambda

42 lines (41 loc) 1.02 kB
{ "name": "failure-lambda", "version": "0.4.4", "description": "Module for failure injection into AWS Lambda", "main": "./lib/failure.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gunnargrosch/failure-lambda.git" }, "keywords": [ "aws", "lambda", "failure", "fault", "injection", "chaos", "chaosengineering" ], "author": "Gunnar Grosch", "license": "MIT", "bugs": { "url": "https://github.com/gunnargrosch/failure-lambda/issues" }, "homepage": "https://github.com/gunnargrosch/failure-lambda#readme", "devDependencies": { "aws-sdk": "^2.1074.0", "eslint": "^8.9.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^4.1.0" }, "dependencies": { "mitm": "^1.7.2", "node-fetch": "^2.6.7" } }