Posting in general, I am getting the following err...
# orm-help
v
Posting in general, I am getting the following error on AWS lambda deploy.
Copy code
{
  "errorType": "Error",
  "errorMessage": "@prisma/client did not initialize yet. Please run \"prisma generate\" and try to import it again.\nIn case this error is unexpected for you, please report it in <https://github.com/prisma/prisma/issues>",
  "stack": [
    "Error: @prisma/client did not initialize yet. Please run \"prisma generate\" and try to import it again.",
    "In case this error is unexpected for you, please report it in <https://github.com/prisma/prisma/issues>",
    "    at new PrismaClient (/var/task/node_modules/.prisma/client/index.js:3:11)",
    "    at Object.<anonymous> (/var/task/index.js:90:10)",
    "    at Module._compile (internal/modules/cjs/loader.js:1085:14)",
    "    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)",
    "    at Module.load (internal/modules/cjs/loader.js:950:32)",
    "    at Function.Module._load (internal/modules/cjs/loader.js:790:12)",
    "    at Module.require (internal/modules/cjs/loader.js:974:19)",
    "    at require (internal/modules/cjs/helpers.js:101:18)",
    "    at _tryRequireFile (/var/runtime/UserFunction.js:71:32)",
    "    at _tryRequire (/var/runtime/UserFunction.js:159:20)"
  ]
}
1