Skip to content

Commit b0648ad

Browse files
committed
fix: use index
1 parent f1d6089 commit b0648ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mocknRFCloud.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const steps = ({
142142
const result = await db.send(
143143
new QueryCommand({
144144
TableName: requestsTableName,
145+
IndexName: 'methodPathQuery',
145146
KeyConditionExpression: '#methodPathQuery = :methodPathQuery',
146147
ExpressionAttributeNames: {
147148
'#methodPathQuery': 'methodPathQuery',

0 commit comments

Comments
 (0)