Autosave: 2024-06-23 18:15:05
This commit is contained in:
parent
8f2de10c22
commit
bcad37e625
1 changed files with 10 additions and 0 deletions
|
@ -59,4 +59,14 @@ aws dynamodb describe-table \
|
|||
--table-name TimeEntries
|
||||
```
|
||||
|
||||
## Scan the table
|
||||
|
||||
```sh
|
||||
aws dynamodb scan \
|
||||
--table-name TimeEntries \
|
||||
--output table
|
||||
|
||||
|
||||
```
|
||||
|
||||
## Related notes
|
||||
|
|
Loading…
Add table
Reference in a new issue