Skip to content

Commit 1f30b05

Browse files
authored
Merge pull request #140 from tebanieo/master
Update index creation instruction to OD
2 parents 844ae1d + c8b646e commit 1f30b05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/hands-on-labs/explore-cli/cli-gsi.en.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ aws dynamodb update-table \
4141
"KeyType" : "RANGE"
4242
}
4343
],
44-
"ProvisionedThroughput": {
45-
"ReadCapacityUnits": 5, "WriteCapacityUnits": 5
46-
},
4744
"Projection": {
4845
"ProjectionType": "ALL"
4946
}

0 commit comments

Comments
 (0)