zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

On connect enable to type the profile name to use #172

Closed zshamrock closed 5 years ago

zshamrock commented 5 years ago

This is mostly relevant to the local connection (#37), when the profile likely will be different from the one used to connect remotely.

Should also pre-fill the text input with the values from the app.config (profile), or Java system property aws.profile, or from the environment property AWS_PROFILE.

Which also means the new app.config profile property has to be introduced.