I have a table on DynamoDB and I am trying to return items with a certain tag. So lets say the following is my schema. How do I query for all objects with a tag "Queen" within the string list? My app is in objective c.
UserId: User
Location: London
Tags: ["Queen", "Royalty", "England"]