Skip to content

Commit 9fe21c1

Browse files
committed
fix: specify the default aws region for cli
1 parent 2ce7678 commit 9fe21c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/init/import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export AWS_REGION=us-east-1
3+
export AWS_REGION=us-west-2
44

55
#Get the list of dynamodb tables from amplify cli
66
table_name=$(aws dynamodb list-tables --output text --region $AWS_REGION --query 'TableNames[0]')

0 commit comments

Comments
 (0)