1 Answer
- Newest
- Most votes
- Most comments
-2
DynamoDB read operations such as Query, Scan, GetItem are by default eventually consistent, meaning that the response might not reflect the result of the latest write operation. The api calls for this operations supports an additional parameter called ConsistentRead. If this is set to true, it will enforce DynamoDB to return the latest values from your table.
For more details, please have a look here.
answered 3 years ago
There is no read request happening?
Relevant content
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago

Can you elaborate on why it is outdated?