hardyscc/aws-nestjs-starter

[Enhancement] How can use the pagination in this stack?

httc-devops opened this issue · 1 comments

I have been using DynamoDB for a long time and use the custom query param LastEvaluatedKey to get the next records list.

however, I can't find that one or a similar query in your source code.

Could you please tell me where is that?