cfn-api-gateway-integration-response
Version:
Custom::ApiGatewayIntegrationResponse | AWS CloudFormation Custom Lambda Resource | API Gateway IntegrationResponse
39 lines (38 loc) • 1.13 kB
JSON
{
"name": "cfn-api-gateway-integration-response",
"version": "0.2.2",
"description": "Custom::ApiGatewayIntegrationResponse | AWS CloudFormation Custom Lambda Resource | API Gateway IntegrationResponse",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha",
"cfn-lambda-deploy": "node ./node_modules/cfn-lambda/deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-templeton/cfn-api-gateway-integration-response.git"
},
"keywords": [
"aws",
"cloudformation",
"lambda",
"backed",
"custom",
"resource",
"api",
"gateway",
"integration",
"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-integration-response/issues"
},
"homepage": "https://github.com/andrew-templeton/cfn-api-gateway-integration-response#readme",
"dependencies": {
"cfn-lambda": "0.8.3"
}
}