I've noticed the http4k-connect `autoDynamoLens` c...
# http4k
a
I've noticed the http4k-connect
autoDynamoLens
can't map
SS
and
NS
properties properly. When writing it will convert them to a List Dynamo type. When reading it will omit the sets from the result. Is this known? Or was it overlooked?
d
That's an oversight for sure . Bug it! 🙃
a
I'm unsure how easy it would actually be to fix it. For serialization at least, it appears the first pass is to convert to JSON, which erases whether the collection was originally a list or set.
But I'll bug it anyway