You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: