The name of the table that contains the item
A map of attribute names to values that specifies the primary key of the item to retrieve
Optional
options: Partial<Get>The same parameters accepted by the original TransactGetCommand
items
Generated using TypeDoc
Create a map to get one or more items using transactGet.
Returns
A map in the format
{ Get: { TableName: ..., Key: ... } }