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
Does Dynalite support atomic counters? I am getting an error when calling the update using the DocumentClient interface. _uc is supposed to be an update counter for the record, but I get an error. Sets can contain string, number, or binary values. It seems to be treating _uc as a set and not an integer.
Does Dynalite support atomic counters? I am getting an error when calling the update using the DocumentClient interface.
_uc
is supposed to be an update counter for the record, but I get an error.Sets can contain string, number, or binary values
. It seems to be treating_uc
as a set and not an integer.The text was updated successfully, but these errors were encountered: