• Creates a set of elements by delegating to DocumentClient.createSet.

    Returns

    The created DynamoDB Set

    Parameters

    • list: number[] | string[] | binaryType[]

      Collection to represent your DynamoDB Set

    • Optional options: Partial<CreateSetOptions>

      The options accepted by the original createSet method

    Returns DynamoDbSet

Generated using TypeDoc