Skip to content

Commit

Permalink
fix(document-client): import QueryCommand and ScanCommand from @aws-s…
Browse files Browse the repository at this point in the history
…dk/lib-dynamodb

[#249] v3 document client unable to perform find operation
  • Loading branch information
jensbodal committed May 23, 2022
1 parent 0de7cfe commit 179671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/document-client/src/classes/document-client-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ import {
GetItemOutput,
PutItemInput,
PutItemOutput,
QueryCommand,
QueryInput,
QueryOutput,
ScanCommand,
ScanInput,
ScanOutput,
TransactGetItemsInput,
Expand All @@ -31,6 +29,8 @@ import {
DynamoDBDocumentClient,
GetCommand,
PutCommand,
QueryCommand,
ScanCommand,
TransactGetCommand,
TransactWriteCommand,
UpdateCommand,
Expand Down

0 comments on commit 179671a

Please sign in to comment.