Trying out prisma 3, it’s not running properly in ...
# prisma-client
m
Trying out prisma 3, it’s not running properly in my lambda function/layer setup. I get the error
ENOENT: no such file or directory, open '/var/task/schema.prisma'
Can I at least tell it what path my
schema.prisma
file is at somehow? I couldn’t find anything in the docs I commented on https://github.com/prisma/prisma/issues/9435