Query with global secondary index taking 800ms for 5000 items, normal?

I have a table with 5000 items in it. When querying using a Global Secondary Index, the query is taking approximately 800ms to return. This is using a Lambda on the same region as the table.

Is this normal and expected?