Status: IN
DynamoDB batch operations impose both size constraints (25 items per BatchWriteItem, put/delete only) and partial failure semantics (HTTP 200 does not guarantee all statements succeeded) — clients must implement capacity-limit pagination AND per-item error checking simultaneously.