Skip to content

Commit

Permalink
add LSI as index to query
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbonifacio committed Jun 10, 2024
1 parent b8ce57e commit 2d34a28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export function request(ctx) {
query: {
pk: `class-${classId}`,
sk: "results",
index: "LocalSecondaryIndex",
},
});
}
Expand Down

0 comments on commit 2d34a28

Please sign in to comment.