Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No tables listed from localhost:8000 #8

Closed
riacoding opened this issue Jun 13, 2022 · 4 comments
Closed

No tables listed from localhost:8000 #8

riacoding opened this issue Jun 13, 2022 · 4 comments

Comments

@riacoding
Copy link

I have a local dynamoDB docker instance running.
when running command
aws dynamodb list-tables --endpoint-url http://localhost:8000
lists the tables available.
These tables do not show under the plugin.

any ideas?

@AntonShuvaev
Copy link
Owner

AntonShuvaev commented Jun 14, 2022

Hi,

Can you check that Tables Name Pattern is * and Tables Tags is empty at the Advanced tab in editing connection dialog.
Screenshot 2022-06-14 at 09 08 50

Screenshot 2022-06-14 at 09 08 56

@riacoding
Copy link
Author

riacoding commented Jun 14, 2022 via email

@AntonShuvaev
Copy link
Owner

Make sure you are passing -sharedDb to the docker image. If -sharedDb is not present then dynamodb-local will use
access keys+region as namespaces to separate tables.
https://stackoverflow.com/questions/54718308/dynamo-db-local-shell-doesnt-list-tables-using-docker-image

@riacoding
Copy link
Author

riacoding commented Jun 14, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants