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.
1 parent 2ce7678 commit 9fe21c1Copy full SHA for 9fe21c1
script/init/import.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-export AWS_REGION=us-east-1
+export AWS_REGION=us-west-2
4
5
#Get the list of dynamodb tables from amplify cli
6
table_name=$(aws dynamodb list-tables --output text --region $AWS_REGION --query 'TableNames[0]')
0 commit comments