Overview
Retrieves a specific item from an AWS DynamoDB table
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|
Set a Dynamic Name |
Show the Dynamic Name slot in the tree so that it can be set statically or dynamically
|
Boolean Block Group
| No |
Dynamic Name |
The dynamic name of this item
|
Text Block Group
| No |
Attributes |
Metadata values for this block. Used in XML and multipart/form-data.
|
Text Block Group
| No |
AWS Region |
AWS Region
|
Text Block Group
| No |
Consistent Reads |
Perform a consistent read. Returns a response with the most up-to-date data, reflecting all writes that were successful before the read request was made. A strongly consistent read might be slightly slower than an eventually consistent read.
|
Boolean Block Group
| No |
Table Name |
Name of the DynamoDB table
|
Text Block Group
| No |
Key |
JSON key of the item to retrieve
|
Text Block Group
| No |