Autosave: 2024-06-22 12:45:05

This commit is contained in:
thomasabishop 2024-06-22 12:45:05 +01:00
parent 8e820a7fc7
commit 35f3a8ac48

View file

@ -24,7 +24,7 @@ http://localhost:800
```sh ```sh
aws dynamodb delete-table \ aws dynamodb delete-table \
--profile timetracking_local \ --profile timetracking_dev \
--endpoint-url http://localhost:8000 \ --endpoint-url http://localhost:8000 \
--table-name TableName --table-name TableName
``` ```
@ -34,7 +34,7 @@ aws dynamodb delete-table \
```sh ```sh
aws dynamodb create-table \ aws dynamodb create-table \
--cli-input-json file://create-timeentries-table.json \ --cli-input-json file://create-timeentries-table.json \
--profile timetracking_local \ --profile timetracking_dev \
--endpoint-url http://localhost:8000 --endpoint-url http://localhost:8000
``` ```