Skip to content

feat: implement :sort capability for sort key ordering#10

Merged
rauann merged 1 commit intomainfrom
rauann/implement-sort
Jan 15, 2026
Merged

feat: implement :sort capability for sort key ordering#10
rauann merged 1 commit intomainfrom
rauann/implement-sort

Conversation

@rauann
Copy link
Owner

@rauann rauann commented Jan 15, 2026

Add support for sorting query results by the sort key using DynamoDB's ScanIndexForward parameter. Validates that sorting is only allowed on the sort key field and returns clear error messages for invalid sorts.

Closes #3

Add support for sorting query results by the sort key using DynamoDB's
ScanIndexForward parameter. Validates that sorting is only allowed on
the sort key field and returns clear error messages for invalid sorts.

Closes #3
@rauann rauann self-assigned this Jan 15, 2026
@rauann rauann merged commit fa44e3c into main Jan 15, 2026
1 check passed
@rauann rauann deleted the rauann/implement-sort branch January 16, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement :sort for sort key ordering

1 participant