From ef8764b75f022dae67251298225d3934acc6e61e Mon Sep 17 00:00:00 2001 From: Esteban Serna Date: Mon, 3 Nov 2025 13:12:13 -0500 Subject: [PATCH] Updated index creation isntruction to OD --- content/hands-on-labs/explore-cli/cli-gsi.en.md | 3 --- 1 file changed, 3 deletions(-) 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 fcfcf3bf..fe4b7819 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" }