zshamrock / dynoman

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

Fix error(s) on when running the run from the distribution built by distZip gradle task #194

Closed zshamrock closed 5 years ago

zshamrock commented 5 years ago

Built the app distribution using distZip gradle task and found out that it fails to start due to the missing AWS profile name, i.e. no fallback to any default value.

Also found out that Region.name actually get the enum name, not the defined name field of the region, which results in the error of trying to convert from string to enum.