1
Continuous Improvement for Existing Solutions
medium
A solutions architect deployed an AWS Lambda function using a deployment package. The function logs the error shown in the exhibit. What is the most likely cause?
Exhibit
Refer to the exhibit.
2024-03-21T15:45:12.123Z 12345678-abcd-efgh-ijkl-1234567890ab ERROR Error: Cannot find module 'express'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:525:25)
at Module.require (module.js:606:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/var/task/index.js:1:1)