Status: IN
DynamoDB clients must simultaneously implement defensive multi-page iteration (checking LastEvaluatedKey, handling parallel scan segments) AND capacity-aware query design (avoiding post-read filtering), with filter expressions reducing useful items per page while consuming the same RCU per page.