Reliability of atomic counters in DynamoDB
I was considering to use Amazon DynamoDB in my application, and I have a question regarding its atomic counters reliability. I'm building a distributed application that needs to concurrently , and consistently , increment/decrement a counter stored in a Dynamo's attribute. I was wondering how reliable the Dynamo's atomic counter is in an heavy concurrent environment, where the concurrency level is extremely high (let's say, for example, an average rate of 20k concurrent hits - to get the idea, that would be almost 52 billions increments/decrements per month). The counter should be super