diff --git a/content/hands-on-labs/explore-cli/cli-gsi.en.md b/content/hands-on-labs/explore-cli/cli-gsi.en.md index fcfcf3b..fe4b781 100644 --- a/content/hands-on-labs/explore-cli/cli-gsi.en.md +++ b/content/hands-on-labs/explore-cli/cli-gsi.en.md @@ -41,9 +41,6 @@ aws dynamodb update-table \ "KeyType" : "RANGE" } ], - "ProvisionedThroughput": { - "ReadCapacityUnits": 5, "WriteCapacityUnits": 5 - }, "Projection": { "ProjectionType": "ALL" }