Skip to content

Commit

Permalink
add region to ssm client in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed May 15, 2024
1 parent 5f62390 commit 3865176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignbit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_edl_creds() -> (str, str):
global ED_USER # pylint: disable=W0603
global ED_PASS # pylint: disable=W0603

ssm = boto3.client('ssm')
ssm = boto3.client('ssm', region_name='us-west-2')

if not ED_USER:
edl_user_ssm_name = os.environ.get('EDL_USER_SSM')
Expand Down

0 comments on commit 3865176

Please sign in to comment.