add support for running in AWS autoscale cluster with graceful scale-in and standby

This commit is contained in:
Dave Horton
2020-04-19 16:32:52 -04:00
parent 86cc137085
commit d31c53d383
8 changed files with 284 additions and 6 deletions

View File

@@ -40,7 +40,9 @@
"jambonz-stats-collector": "^0.0.3",
"moment": "^2.24.0",
"parse-url": "^5.0.1",
"pino": "^5.16.0"
"pino": "^5.16.0",
"verify-aws-sns-signature": "0.0.5",
"xml2js": "^0.4.23"
},
"devDependencies": {
"blue-tape": "^1.0.0",