(0 , import_core.setFeature) is not a function error when run PutCommand #6560
Labels
bug
This issue is a bug.
duplicate
This issue is a duplicate.
needs-triage
This issue or PR still needs to be triaged.
Checkboxes for prior research
Describe the bug
I'm making a simple PutCommand to test sdk but failed with error
(0 , import_core.setFeature) is not a function
using "@aws-sdk/lib-dynamodb": "3.669.0",
here is my code
Regression Issue
SDK version number
@aws-sdk/lib-dynamodb": "3.669.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
@types/node": "^18.15.11, "node": ">=16.0.0"
Reproduction Steps
Just run the code
Observed Behavior
message: '(0 , import_core.setFeature) is not a function'
Expected Behavior
PutCommand run successfully without errors
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: