Autosave: 2024-06-23 18:15:05

This commit is contained in:
thomasabishop 2024-06-23 18:15:05 +01:00
parent 8f2de10c22
commit bcad37e625

View file

@ -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