You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the API it fails with the following error
Error:
TypeError: (0 , import_core.setFeature) is not a function
at /Users/me/my-app/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js:147:36
at /Users/me/my-app/node_modules/.pnpm/@[email protected]/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js:33:28
at /Users/me/my-app/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js:341:24
at _DynamoDBDocumentClient.send (/Users/me/my-app/node_modules/.pnpm/@[email protected]/node_modules/@smithy/smithy-client/dist-cjs/index.js:126:14)
at /Users/me/my-app/node_modules/.pnpm/[email protected]/node_modules/serverless-dynamodb/dist/index.js:251:87
at Timeout._onTimeout (/Users/me/my-app/node_modules/.pnpm/[email protected]/node_modules/serverless-dynamodb/dist/seeder.js:33:27)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
Can currently be patched by using a resolution, might not be ideal however. package.json
When starting the API it fails with the following error
Can currently be patched by using a resolution, might not be ideal however.
package.json
Looks like it is an issues with AWS SDK v3 aws/aws-sdk-js-v3#6549
The text was updated successfully, but these errors were encountered: