How do I filter a query of an array of strings with a limit in DynamoDB pagination?
When combining Limit and Filter Expression in DynamoDB, the database first retrieves the first N items specified by Limit and then applies the Filter Expression to those items. It’s important to note that Limit in DynamoDB operates differently compared to traditional SQL limits.