Veikko Suhonen

Results 2 issues of Veikko Suhonen

Example: ```ts const cmd = tsynamoClient .query("myTable") .keyCondition("userId", "=", "123") .index("myIndex") .compile(); ``` compiles to QueryCommand with `"IndexName": "myIndex"` The problem is, need to figure out how to täsä when...

Add support for specifying index in QueryQueryBuilder Mostly copy-pastaed the code for `limit`