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 option to change dynamo-endpoint in command line. #74

Open
dbteku opened this issue Apr 10, 2019 · 2 comments
Open

No option to change dynamo-endpoint in command line. #74

dbteku opened this issue Apr 10, 2019 · 2 comments

Comments

@dbteku
Copy link

dbteku commented Apr 10, 2019

This is more of a feature request. You cannot run 2 different instances of dynamodb-admin pointing to 2 different dynamo endpoints. Such as http://localhost:8000 and http://localhost:8010. It would be nice to have a -d option to put in a different dynamo endpoint without having to use an env variable.

@rchl
Copy link
Collaborator

rchl commented Apr 10, 2019

You can set environment variable per instance of dynamodb-admin like so:

DYNAMO_ENDPOINT=http://localhost:8000 dynamodb-admin --port 8001
DYNAMO_ENDPOINT=http://localhost:8010 dynamodb-admin --port 8002

Of course those would have to be started in two different instances of terminal.
And on Windows this syntax will not work but there are alternative options.

Of course it wouldn't hurt to also have command line option to change endpoint...

@dbteku
Copy link
Author

dbteku commented Apr 10, 2019

Thanks for that. It's just a feature request to make it much easier to use when having multiple apps open that work together to debug across all of them.

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