def find_all_uncovered(): return table.scan( FilterExpression=Attr('Identity').eq('Uncovered') )['Items']