DynamoDB has concept of "Eventually Consistent" / "Strongly Consistent"
AWS Docs
as a default, it's eventually consistent.
mostly we don't really need to think about this, but it seems like card-interest caching problem is actually caused by this. so to have execute read queries in Strongly Consistent manner.
DynamoDB has concept of "Eventually Consistent" / "Strongly Consistent" AWS Docs as a default, it's eventually consistent. mostly we don't really need to think about this, but it seems like card-interest caching problem is actually caused by this. so to have execute read queries in Strongly Consistent manner.