Skip to content

Commit 443a3ce

Browse files
committed
add dynamodb gui
1 parent e8afbd1 commit 443a3ce

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ Thumbs.db
4242
.vscode
4343
.dynamodb
4444
.webpack
45+
.esbuild

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ curl --request PUT 'http://localhost:3005/dev/todos/:id' \
9898
}'
9999
```
100100

101+
## DynamoDB GUI
102+
[Download](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.settingup.html) NoSQL Workbench for DynamoDB and connect to `http://localhost:4566`.
103+
104+
<p align="center">
105+
<img width="100%" height="100%" src="./dynamo.png">
106+
</p>
107+
101108
## Commands
102109

103110
```bash

dynamo.png

437 KB
Loading

0 commit comments

Comments
 (0)