• Create the input parameters for PutCommand.

    Returns

    An object with the input parameters

    Parameters

    • tableName: string

      The name of the table to contain the item

    • item: Record<string, any>

      A map of attribute name/value pairs, one for each attribute

    • Optional options: Partial<FacadePutItemInput>

      The options accepted by the original PutCommand class, plus an optional condition field that generates ConditionExpression

    Returns PutCommandInput

Generated using TypeDoc