dynamodb-transactions-bounded-atomicity-envelope

Status: IN

DynamoDB transactions provide cross-table ACID guarantees within a fixed envelope: maximum 100 actions per transaction, 4 MB aggregate size, no duplicate item targeting, and exactly four action types — schema design must ensure all atomic business operations fit within these constraints or forfeit transactional guarantees.

JSON