Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not run cloudformation for dynamolambda (missing file: dynamo_config.template) #6

Open
perlman opened this issue Jan 31, 2018 · 2 comments

Comments

@perlman
Copy link

perlman commented Jan 31, 2018

"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.

@movestill
Copy link
Member

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 = ""

@perlman
Copy link
Author

perlman commented Feb 1, 2018

Success, thanks!

I'm also very supportive of Slack integration.

perlman pushed a commit to neurodata/boss-manage that referenced this issue Feb 8, 2018
Set DEV_STACK variable if deploying to a dev stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants