AWS DynamoDB get rows sort by (order by) multiple columns
I need to get the rows by key (e.g. where status is "Active") but with sorting on multiple columns. I'm using the pagination that's why I cannot sort the result after fetching it from the DynamoDB. (Just for the information,…