Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Make it possible to change the port of Local DynamoDB server #5

Open
1 task done
ishanthilina opened this issue May 9, 2018 · 1 comment
Open
1 task done
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ishanthilina
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate. (no other issues at the moment)

This is an improvement for the existing functionality.

When trying to connect to the local DynamoDB server, there is an assumption that the server is running on port 8000. But the port Local DynamoDB server runs is configurable, thus this assumption is not always true.

Expected Behavior

It should be possible to change the port of the local DynamoDB server which Dynamon tries to connect to.

Current Behavior

It's not possible to configure this port.

Steps to Reproduce

  1. Start local DynamoDB server in a port other than 8000.
  2. Try to connect to it using Dynamon.

Your Environment

Tech Version
OS version Mac OS High Sierra 10.13.4
Dynamon version 0.1.5
@deptno deptno added enhancement New feature or request help wanted Extra attention is needed labels May 10, 2018
@deptno
Copy link
Owner

deptno commented May 10, 2018

It need UI, logic part.

2018-05-10 2 31 06

click plus icon

then show user input prompt like this(just prompt, it's ok)

window.prompt('localhost port')

I'm waiting someone makes a PR or I'll do later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants