If I\'m retrieving a single item from my table based on the indexed hash key, is there a performance difference between query() or getItem()?
query()
getItem()
As suggested by aws employee in one of the discussion, I quote:
The latency of GetItem vs Query with limit=1 will be equivalent.
AWS discussion link