From ba5e51a67b4f184c89299f13b932207db222a2b2 Mon Sep 17 00:00:00 2001 From: "LIEW, Wai Yip" <112881220+liewwy19@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:41:10 +0800 Subject: [PATCH] update the correct table name used --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b2dda..b8215db 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ aws dynamodb list-tables --endpoint-url http://localhost:8000 ## Get Records ```sh -aws dynamodb scan --table-name cruddur_cruds --query "Items" --endpoint-url http://localhost:8000 +aws dynamodb scan --table-name Music --query "Items" --endpoint-url http://localhost:8000 ```` ## References https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html -https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.CLI.html \ No newline at end of file +https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.CLI.html