Replies: 3 comments 7 replies
-
Right now you cannot change connection-related configuration (AWS credentials and region) on the fly in Dynamoid. So it requires either restarting the application or monkey-patching to re-create AWS SDK client with a new config options. I haven't considered this case with Global Table and switching to another region before. It isn't difficult to implement Dynamoid reconfiguration on the fly. But I have no idea how to detect degradation of DynamoDB table and what error DynamoDB will return in response (to trigger automatically switching to another region). I will add this feature request (to allow reconfigure Dynamoid on the fly) to the TODO list and hope it will be released in the next version. |
Beta Was this translation helpful? Give feedback.
-
Hello. Not yet, but it's the first item in the TODO list so I hope it will be done in the next several weeks. |
Beta Was this translation helpful? Give feedback.
-
Hey Andry, |
Beta Was this translation helpful? Give feedback.
-
I saw that in 2019 there was a request to specify region within the model. Given a Global Table use of dynamo, is it possible to change the service endpoint on the fly? From us-east-1 to us-east-2 if an region is degraded?
Beta Was this translation helpful? Give feedback.
All reactions