When trying to convert a Map to scala objects using Shapeless, Coproduct derivatives are not picked up the compiler
I am trying to convert Map[String, AttributeValue]
to Scala objects. AttributeValue
represents data in DynamoDB. FromAttributeValue
in the below stub is used to convert basic cases