YoyaTeam / dynamodb-manager

A Dynamodb admin & manager GUI for DynamoDB Local and remote.
https://dynamodb-manager.netlify.app
MIT License
130 stars 34 forks source link

Allow custom AWS regions #14

Closed ranjan-purbey closed 4 years ago

ranjan-purbey commented 4 years ago

When mocking an API using AWS amplify-cli, the dynamodb-local database that is created uses the region "us-fake-1". But dynamodb-manager doesn't allow to set such custom regions in the database config. It would be great if that was allowed.

taydy commented 4 years ago

Sorry i didn't notice your issue in time. So The first time I fixed this problem, when I saw this issure. Now you can use custom AWS regions. Thank you very much for your suggestion

ranjan-purbey commented 4 years ago

Thanks @taydy