Amazon DynamoDB · Arazzo Workflow
Amazon DynamoDB Transactional Write Then Transactional Read
Version 1.0.0
Atomically write a group of items, then atomically read them back.
Provider
Workflows
transaction-write-then-read
Run a write transaction, then confirm it with a read transaction.
Submits a TransactWriteItems request with the supplied actions and an idempotency token, then issues a TransactGetItems request to read the affected items in a single atomic operation.
1
writeTransaction
Atomically apply the write transaction. All actions succeed together or the entire transaction is rolled back.
2
readTransaction
Atomically read the affected items back to confirm the transaction's committed state.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.