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
DynamoDB supports "set" types for homogenous multi-valued data, and the EnhancedAttributeValue type provides mapper methods for those (e.g., fromSetOfNumbers). However, the signatures of those methods accept specifically List. Instead, they should accept Collection.
Use Case
I would like to pass an actual Set implementation to fromSetOf*.