cfn-api-gateway-method-response
Version:
Custom::ApiGatewayMethodResponse | AWS CloudFormation Custom Lambda Resource | API Gateway MethodResponse
39 lines (38 loc) • 1.14 kB
JSON
{
"name": "cfn-api-gateway-method-response",
"version": "0.2.1",
"description": "Custom::ApiGatewayMethodResponse | AWS CloudFormation Custom Lambda Resource | API Gateway MethodResponse",
"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-method-response.git"
},
"keywords": [
"aws",
"cloudformation",
"lambda",
"backed",
"custom",
"resource",
"api",
"gateway",
"method",
"response",
"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-method-response/issues"
},
"homepage": "https://github.com/andrew-templeton/cfn-api-gateway-method-response#readme",
"dependencies": {
"cfn-lambda": "0.8.1"
}
}