aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.06k stars 573 forks source link

Version v3.569 results in TS2307: Cannot find module for @aws-sdk/lib-dynamodb #6064

Closed mhboon closed 4 months ago

mhboon commented 5 months ago

Checkboxes for prior research

Describe the bug

Version v3.569 results in TS2307: Cannot find module '@aws-sdk/lib-dynamodb' or its corresponding type declarations during build.

SDK version number

@aws-sdk/lib-dynamodb@v3.569

Which JavaScript Runtime is this issue in?

Node.js

Details of the browser/Node.js/ReactNative version

node 18

Reproduction Steps

In VSCode, when using "@aws-sdk/lib-dynamodb": "^3.567.0" or "@aws-sdk/lib-dynamodb": "3.569.0" the command: `import { QueryCommand, DynamoDBDocumentClient } from "@aws-sdk/lib-dynamodb";

gives Cannot find module '@aws-sdk/lib-dynamodb'.

This does not happen at: "@aws-sdk/lib-dynamodb": "3.567.0",

Observed Behavior

See reproduction

Expected Behavior

Module is found

Possible Solution

No response

Additional Information/Context

No response

mhboon commented 4 months ago

This is a mistake at my end. Closing it

github-actions[bot] commented 4 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.