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