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
✘ [ERROR] Could not resolve "@aws-sdk/lib-dynamodb"
node_modules/@architect/functions/src/tables/legacy.js:18:28:
18 │ let docclient = require('@aws-sdk/lib-dynamodb')
╵ ~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@aws-sdk/lib-dynamodb" as external to exclude it from the bundle, which
will remove this error and leave the unresolved path in the bundle.
Could this be an issue related to my runtime or additional dependencies I might need to add?
The text was updated successfully, but these errors were encountered:
I am trying to use the dynamodb functionality from
But am getting the following error:
Could this be an issue related to my runtime or additional dependencies I might need to add?
The text was updated successfully, but these errors were encountered: