UNPKG

cfn-api-gateway-restapi

Version:

AWS CloudFormation Custom Lambda Resource | API Gateway RestApi

38 lines (37 loc) 1.05 kB
{ "name": "cfn-api-gateway-restapi", "version": "0.6.1", "description": "AWS CloudFormation Custom Lambda Resource | API Gateway RestApi", "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-restapi.git" }, "keywords": [ "aws", "cloudformation", "lambda", "backed", "custom", "resource", "api", "gateway", "restapi", "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-restapi/issues" }, "homepage": "https://github.com/andrew-templeton/cfn-api-gateway-restapi#readme", "dependencies": { "cfn-lambda": "0.8.0" } }