I have a simple table on DynamoDB with an id and email
I think I created the indexes and now I just want to query for a specific item with a specific email value.
I keep getting errors on that and cant find the right way.
This is my "describe" of the table:
now how do I query for an item with an email value of "[email protected]"
any help will be highly appreciated!
