Closed ktwbc closed 5 years ago
nevermind, user error -- my dynamodb did not have shared db turned on (and also no path on the db), so my node app and the GUI were seeing their own separate dynamo space instead of the same. Relaunching the dynamodb-local with sharedDb and a path fixed this.
Describe the bug When using dynamodb-local on Mac OSX, a blank table is not displaying in GUI Client even though aws cli will display it
To Reproduce Steps to reproduce the behavior:
Create a table. In my case it was a local node app creating the default example Music table:
Expected behavior Should display created blank table
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.