• Create a map to get one or more items using transactGet.

    Returns

    A map in the format { Get: { TableName: ..., Key: ... } }

    Parameters

    • tableName: string

      The name of the table that contains the item

    • key: Record<string, any>

      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

    Returns TransactGetItem

Generated using TypeDoc