SyntaxFix
Write A Post
Hire A Developer
Questions
len(response['Items'])
will give you the count of the filtered rows
where,
fe = Key('entity').eq('tesla') response = table.scan(FilterExpression=fe)