We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d6089 commit b0648adCopy full SHA for b0648ad
src/mocknRFCloud.ts
@@ -142,6 +142,7 @@ export const steps = ({
142
const result = await db.send(
143
new QueryCommand({
144
TableName: requestsTableName,
145
+ IndexName: 'methodPathQuery',
146
KeyConditionExpression: '#methodPathQuery = :methodPathQuery',
147
ExpressionAttributeNames: {
148
'#methodPathQuery': 'methodPathQuery',
0 commit comments