Amazon DynamoDB · Arazzo Workflow
Amazon DynamoDB Put Item Then Query
Version 1.0.0
Write an item and immediately query the partition it belongs to.
Provider
Workflows
put-then-query
Put a single item and query its partition.
Submits a PutItem request, then issues a Query using a key condition expression to retrieve the items in the same partition.
1
putItem
putItem
Write the item into the table.
2
queryPartition
query
Query the table for all items matching the supplied key condition expression, returning the new item alongside any siblings.