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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: