~Hey guys, I know I'm not supposed to get technica...
# orm-help
r
~Hey guys, I know I'm not supposed to get technical support here, but I have an issue and I'm not surewhere the problem comes from (Prisma, Netlify or Lambda, or myself of course). ~ I get this error:
Function invocation failed: Error: Cannot find module "."
when trying to import Prisma bindings into this example: https://github.com/prismagraphql/graphql-yoga/tree/master/examples/lambda-netlify (Yes, I have it installed :p). Like so:
const { Prisma } = require('prisma-binding');
I'm having trouble finding the source of the problem because the error report points me to the built version of
netlify-lambda build
which has over 100.000 unreadable lines.
Edit: It appears to be a known issue. https://github.com/prismagraphql/prisma-binding/issues/191