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
I have map[string]interface{} (it has to be that type, because I do not know the name of fields I get) in Go, and I want to store it in dynamoDB. Then I want to filter/paginate/order it. How can I do that if it is possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have
map[string]interface{}
(it has to be that type, because I do not know the name of fields I get) in Go, and I want to store it in dynamoDB. Then I want to filter/paginate/order it. How can I do that if it is possible?Beta Was this translation helpful? Give feedback.
All reactions