You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dynamo_config.template" (specified in cloud_formation/configs/dynamolambda.py) is needed to run cloudformation for dynamolambda, but no example is included in the repo.
The documentation in IntegrationRebuild.md states that "This file is not under source control and should have been distributed to each developer." An example of what this file looks like would be helpful.
The text was updated successfully, but these errors were encountered:
See if this works for dynamo_config.template. Place it in the same folder as dynamolamdbda.py.
# Config template for the dynamodb autoscaling lambda.
# Section name will be stripped out when generating the NodeJS config file.
[default]
# Slack integration variables.
SLACK_WEBHOOK_HOST = "hooks.slack.com"
SLACK_WEBHOOK_PATH_PRODUCTION = ""
SLACK_WEBHOOK_PATH_DEV = ""
# This wil be set to the value of SLACK_WEBHOOK_PATH_PRODUCTION or
# SLACK_WEBHOOK_PATH_DEV depending on the domain used for Cloud Formation.
SLACK_WEBHOOK_PATH = ""
# VPC domain will be dynamically updated during Cloud Formation.
VPC_DOMAIN = ""
"dynamo_config.template" (specified in cloud_formation/configs/dynamolambda.py) is needed to run cloudformation for dynamolambda, but no example is included in the repo.
The documentation in IntegrationRebuild.md states that "This file is not under source control and should have been distributed to each developer." An example of what this file looks like would be helpful.
The text was updated successfully, but these errors were encountered: