Theoretically the getItem latency in dynamodb should be lower than query in dynamodb. but I am getting higher latency for get. Partition is not very large just 5-6 items of small size.
Query Latency : Max Avg is around 48

Get Latency: Max Avg is around 61

I understand average may not be the best parameter to judge, but I have also seen the maximum values for GetItem higher than Query.