woltsu / tsynamo

Type-friendly TypeScript DynamoDB query builder!
MIT License
31 stars 6 forks source link

feat: Add support for index in query #32

Open Veikkosuhonen opened 3 months ago

Veikkosuhonen commented 3 months ago

Add support for specifying index in QueryQueryBuilder

Mostly copy-pastaed the code for limit

woltsu commented 3 months ago

Thanks for your PR! I think I need to dive a bit into the index documentation before moving forward, I don't think the addition will this simple.