From 35f3a8ac48237e94490c5f221b1296a5c506009d Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 22 Jun 2024 12:45:05 +0100 Subject: [PATCH] Autosave: 2024-06-22 12:45:05 --- zk/DynamoDB CLI commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zk/DynamoDB CLI commands.md b/zk/DynamoDB CLI commands.md index 4480d79..b378885 100644 --- a/zk/DynamoDB CLI commands.md +++ b/zk/DynamoDB CLI commands.md @@ -24,7 +24,7 @@ http://localhost:800 ```sh aws dynamodb delete-table \ ---profile timetracking_local \ +--profile timetracking_dev \ --endpoint-url http://localhost:8000 \ --table-name TableName ``` @@ -34,7 +34,7 @@ aws dynamodb delete-table \ ```sh aws dynamodb create-table \ --cli-input-json file://create-timeentries-table.json \ ---profile timetracking_local \ +--profile timetracking_dev \ --endpoint-url http://localhost:8000 ```