Skip to content

Commit

Permalink
add default region to assume role workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Apr 11, 2023
1 parent 37ee5ba commit 1f32ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_dynamodb/aws_authenticators.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ def _assume_role(self, session, role_arn):
aws_access_key_id=response["Credentials"]["AccessKeyId"],
aws_secret_access_key=response["Credentials"]["SecretAccessKey"],
aws_session_token=response["Credentials"]["SessionToken"],
region_name=self.aws_default_region,
)

0 comments on commit 1f32ad8

Please sign in to comment.