Skip to content

Commit d930bb1

Browse files
committed
fix: import ScanCommand, which had been failing every deploy since 08-27
listAllMachines reached for ScanCommand without importing it, so the backend type check failed in CI and took the whole build down with it. Production has been stuck on d20bb05 ever since; the three commits after it never shipped.
1 parent 86e386a commit d930bb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

amplify/functions/api/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import {
3232
GetCommand,
3333
PutCommand,
3434
QueryCommand,
35+
ScanCommand,
3536
UpdateCommand
3637
} from '@aws-sdk/lib-dynamodb';
3738

0 commit comments

Comments
 (0)