dynoexpr icon indicating copy to clipboard operation
dynoexpr copied to clipboard

Feature Request: Support validation of sets

Open bilalq opened this issue 3 years ago • 0 comments

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.

bilalq avatar Jul 04 '22 18:07 bilalq