Autosave: 2024-06-22 12:45:05
This commit is contained in:
parent
8e820a7fc7
commit
35f3a8ac48
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue