http4k-connect
http4k-connect copied to clipboard
AutoDyamoLens: Support set types
The Dynamo SS and NS types aren't supported by the autoDynamoLens.
From Object to Item: Java Set<*> is converted to Dynamo L
From Item to Object: Dynamo NS and SS are omitted when mapping to the Object
Currently I'm unsure if this can properly be supported. When converting to a Dynamo Item, I believe the Object is converted to JSON, which erases the concrete type of the java Collection.
Item to Object is now supported. Object to Item may not be possible.