Status: IN
DynamoDB pagination across Query and Scan operations requires explicit defensive client implementation: checking LastEvaluatedKey presence, passing ExclusiveStartKey on subsequent requests, and coordinating parallel scan via Segment/TotalSegments — none of this is automatic.