Is there a way to get item depending on a field but not hashkey?
Example
My Table: id (HashKey) , name , email
How this can be done ??
I try this with boto :
user = users.get_item(email='john.doe@gmail.com')
I get the following error :
'The provided key element does not match the schema'