my dynamodb table contains items like this
I know i can use a projection like:
proj := expression.NamesList(expression.Name("key_Ravenna"))
to filter my results by key, but how can I filter by contents of the maps? e.G. "WHERE LatD == 41"
Appreciate the help, just started migrating my mongodb application to dynamodb
