When creating sets via DynamoDB.DocumentClient.prototype.addSet directly, users are able to pass options in the shape of { validate: true } to perform client-side validation that the Set is homogenous before triggering the API call. It would be nice to pass-through this configuration option.
When creating sets via
DynamoDB.DocumentClient.prototype.addSetdirectly, users are able to pass options in the shape of{ validate: true }to perform client-side validation that the Set is homogenous before triggering the API call. It would be nice to pass-through this configuration option.