Skip to content

Commit 34b3314

Browse files
author
Bennett Hardwick
committed
Update script
1 parent 5df19bf commit 34b3314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ aws dynamodb create-table \
88
AttributeName=pk,KeyType=HASH \
99
AttributeName=sk,KeyType=RANGE \
1010
--provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 \
11-
--global-secondary-indexes "IndexName=TermIndex,KeySchema=[{AttributeName=term,KeyType=HASH},{AttributeName=pk,KeyType=RANGE}],Projection={ProjectionType=ALL},ProvisionedThroughput={ReadCapacityUnits=5,WriteCapacityUnits=5}" \
11+
--global-secondary-indexes "IndexName=TermIndex,KeySchema=[{AttributeName=term,KeyType=HASH}],Projection={ProjectionType=ALL},ProvisionedThroughput={ReadCapacityUnits=5,WriteCapacityUnits=5}" \
1212
--endpoint-url http://localhost:8000

0 commit comments

Comments
 (0)