Observer of the world, climber of the rocks. https://aws.amazon.com/evangelists/adrian-hornsby/ Opinions are my own.
For this part:
To avoid such scenarios, exponential backoff algorithms must be used. Exponential backoff algorithms gradually increase the rate at which retries are performed, thus avoiding network congestion scenarios.
Should it be “decrease” the rate instead of increase?
I haven’t finished reading the post and I am sure it is an excellent post like the previous one, still I have one question:
When using dynamodb global table, how would you configure DAX cache such that documents in the local cache are evicted when the relevant data is updated in another region? Is there a need to implement…