def find_by_identity(identity): return table.scan( FilterExpression=Attr('TrueIdentity').eq(identity) & Attr('Identity').eq('Uncovered') )['Items']