We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ebf75f + 7ade485 commit 0e86c41Copy full SHA for 0e86c41
workshops/relational-migration/chalicelib/dynamodb_calls.py
@@ -13,7 +13,7 @@
13
serializer = boto3.dynamodb.types.TypeSerializer()
14
15
return_limit = 20
16
-region = 'us-west-2'
+region = os.getenv('AWS_DEFAULT_REGION','us-west-2')
17
18
ddb = boto3.client('dynamodb', region_name=region)
19
ddbr = boto3.resource('dynamodb', region_name=region)
0 commit comments