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
FWIW I simply added | number to pk and sk in Entity and GsiGenerators. It works for what I need. The check for a binary type would be more involved, I would assume.
PK and SK values can be any _scalar_ value, not just strings.
Therefore change return type of PK, SK, and GSI PK + SK, generator functions to `NativeScalarAttributeValue`
Thanks to @ghbuck for issue #2
Whereas Dynamo allows two other types:
Could we update to allow all three available key types?
Thanks!
The text was updated successfully, but these errors were encountered: