AWS - DynamoDB
Given a DynamoDB table with 1000 items, what will be the main difference in performance between these two operations?
1. Query with KeyConditionExpression on partition key
2. Scan without any filter
