Is it possible to get strong read consistency (read-after-write) with Aurora Serverless? I'm using the data api client.
1 Answers
0
votes
Aurora Serverless will always give you read-after-write consistency. It is pretty much a single (writer) instance Aurora provisioned cluster with serverless support to automatically scale (up or down) the compute.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html