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 5df19bf commit 34b3314Copy full SHA for 34b3314
dynamo.sh
@@ -8,5 +8,5 @@ aws dynamodb create-table \
8
AttributeName=pk,KeyType=HASH \
9
AttributeName=sk,KeyType=RANGE \
10
--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}" \
+ --global-secondary-indexes "IndexName=TermIndex,KeySchema=[{AttributeName=term,KeyType=HASH}],Projection={ProjectionType=ALL},ProvisionedThroughput={ReadCapacityUnits=5,WriteCapacityUnits=5}" \
12
--endpoint-url http://localhost:8000
0 commit comments