UNPKG

serverless-multi-regions

Version:

Deploy an API Gateway service in multiple regions with a global CloudFront distribution and health checks

44 lines (43 loc) 1.02 kB
{ "name": "serverless-multi-regions", "version": "1.0.1", "description": "Deploy an API Gateway service in multiple regions with a global CloudFront distribution and health checks", "author": "Asterist", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tho-asterist/serverless-multi-region.git" }, "keywords": [ "serverless", "serverless plugin", "api gateway", "cloudfront", "route53", "lambda", "aws", "aws lambda", "amazon web services", "multi-region" ], "main": "index.js", "scripts": { "lint": "eslint --fix index.js", "test": "jest" }, "devDependencies": { "eslint": "^7.30.0", "jest": "^27.0.6" }, "dependencies": { "js-yaml": "^4.1.0", "lodash": "^4.17.21" }, "bugs": { "url": "https://github.com/tho-asterist/serverless-multi-region/issues" }, "homepage": "https://github.com/tho-asterist/serverless-multi-region#readme", "directories": { "test": "test" } }