Skip to main content

AWS DynamoDB Get Item

Overview

Retrieves a specific item from an AWS DynamoDB table

Returns
Data Structure

Parameters

ParameterParameterValid BlocksRequired
Use Dynamic NameShow the Dynamic Name slot in the tree so that it can be set dynamicallyBoolean Block GroupNo
Dynamic NameThe dynamic name of this itemText Block GroupNo
AttributesMetadata values for this block. Used in XML and multipart/form-data.Text Block GroupNo
AWS RegionAWS RegionText Block GroupNo
Consistent ReadsPerform 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 GroupNo
Table NameName of the DynamoDB tableText Block GroupNo
KeyJSON key of the item to retrieveText Block GroupNo