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
I am requiring a module provision-dynamodb in my serverless project (in which I'm one of the authors, so I can make changes to that module, if needed). Execution in lambda fails.
module initialization error: Error
at Error (native)
at Object.fs.readdirSync (fs.js:808:18)
at Object.<anonymous> (/var/task/handler.js:3177:4)
at Object.96.../package.json (/var/task/handler.js:3197:4)
at s (/var/task/handler.js:1:682)
at /var/task/handler.js:1:733
at Object.102.nconf (/var/task/handler.js:4220:142)
at s (/var/task/handler.js:1:682)
at /var/task/handler.js:1:733
at Object.105../config (/var/task/handler.js:4229:519)
The text was updated successfully, but these errors were encountered:
I am requiring a module provision-dynamodb in my serverless project (in which I'm one of the authors, so I can make changes to that module, if needed). Execution in lambda fails.
This is my lambda function:
I got this error:
The text was updated successfully, but these errors were encountered: