• Create a map for the Put operation to use transactWrite.

    Returns

    A map in the format { Put: { ... } }

    Parameters

    • tableName: string

      The name of the table to write the item in

    • item: PutItemInputAttributeMap

      An object with the item's attributes

    • Optional options: Partial<FacadePut>

      The same parameters accepted by the original Document.transactWrite put items

    Returns { Put: Put }

    • Put: Put

Generated using TypeDoc