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

Explicitly set AWS region when creating boto clients #465

Open
geoffxy opened this issue Feb 29, 2024 · 0 comments
Open

Explicitly set AWS region when creating boto clients #465

geoffxy opened this issue Feb 29, 2024 · 0 comments
Labels
bug Something isn't working tech debt Technical debt that would be nice to fix

Comments

@geoffxy
Copy link
Member

geoffxy commented Feb 29, 2024

The boto clients expect a region on creation. By default, they will use the config present at ~/.aws/config. But this file only exists if you have installed and configured the AWS CLI. We didn't run into this error during development because we already had the CLI installed. But running BRAD should not require having this user config file.

@geoffxy geoffxy added bug Something isn't working tech debt Technical debt that would be nice to fix labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tech debt Technical debt that would be nice to fix
Projects
None yet
Development

No branches or pull requests

1 participant