cfn-api-gateway-deployment
Version:
AWS CloudFormation Custom Lambda Resource | API Gateway Deployment
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "cfn-api-gateway-deployment",
"version": "0.4.0",
"description": "AWS CloudFormation Custom Lambda Resource | API Gateway Deployment",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha",
"cfn-lambda-deploy": "chmod +x ./node_modules/cfn-lambda/deploy.sh && ./node_modules/cfn-lambda/deploy.sh;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-templeton/cfn-api-gateway-deployment.git"
},
"keywords": [
"aws",
"cloudformation",
"lambda",
"backed",
"custom",
"resource",
"api",
"gateway",
"deployment",
"rest",
"api",
"APIG"
],
"author": "Andrew Templeton <andrw.tmplton@gmail.com> (https://github.com/andrew-templeton)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrew-templeton/cfn-api-gateway-deployment/issues"
},
"homepage": "https://github.com/andrew-templeton/cfn-api-gateway-deployment#readme",
"dependencies": {
"cfn-lambda": "0.8.1",
"aws-sdk": "2.2.19"
}
}