dynamo_read
Fetch a single record from DynamoDB using the 'id' partition key. Supports strongly consistent reads when needed.
Instructions
Read a single record from DynamoDB by primary key 'id'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Primary key (partition key 'id') of the record | |
| consistentRead | No | Use strongly consistent read |