Hi, I'm trying to setup Prisma in an AWS lambda wi...
# orm-help
r
Hi, I'm trying to setup Prisma in an AWS lambda with multiple schemas - is there a way I can tell the PrismaClient class where to find the schema.prisma file? Even if I set the Dockerfile's workdir to /tmp then I still get an error saying /var/task/schema.prisma not found.
1
Ideally I'd be able to pass in some EngineConfig options, i think?
n
Hey Richard 👋 thanks a lot for raising this!
is there a way I can tell the PrismaClient class where to find the schema.prisma file?
Unfortunately, that’s not possible at the moment. I had a similar issue recently and now created a GitHub issue so that our Engineering team can look into this.
👍 1