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

Beanstalk Bugfix #127

Merged
merged 5 commits into from
Jan 6, 2021
Merged

Beanstalk Bugfix #127

merged 5 commits into from
Jan 6, 2021

Conversation

willronchetti
Copy link
Member

  • Parses Beanstalk API correctly and passes region.

Copy link
Collaborator

@netsettler netsettler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine. My comments are not blocking.

dcicutils/beanstalk_utils.py Outdated Show resolved Hide resolved
@@ -393,9 +393,9 @@ def _get_beanstalk_configuration_settings(env):
}
"""
try:
client = boto3.client('elasticbeanstalk')
client = boto3.client('elasticbeanstalk', region_name='us-east-1')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed this is sometimes not passed.

  1. Should we have a wrapper that always adds this?
  2. Should we have a variable that holds the region name? It might actually want to be a configuration param.

A comment noting possible future work would probably be fine here.

@willronchetti willronchetti merged commit 62a06df into master Jan 6, 2021
@willronchetti willronchetti deleted the bugfix branch January 6, 2021 17:27
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

Successfully merging this pull request may close these issues.

2 participants