prisma / prisma-examples

🚀 Ready-to-run Prisma example projects

Home Page:https://www.prisma.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless aws-nodejs-typescript with lambda layers example

kaykhan opened this issue · comments

commented

I'm hoping i could get some help with getting prisma to work via a lambda layer with serverless typescript template. https://www.serverless.com/framework/docs/providers/aws/cli-reference/create

The template can be bootstraped using the following command - serverless create --template aws-nodejs-typescript --path myService

The usecase behind this been outlined here - https://dev.to/sabinthedev/managing-lambda-size-with-multiple-prisma-clients-4m8l - the difference is the example does not use the typescript template.

I believe there are some packaging difference between the example in the blog above by sabinthedev and the aws-nodejs-typescript template. Ultimately the error i am receiving is

✖ Error: ENOENT: no such file or directory, open '/home/app1/.esbuild/.build/schema.prisma'

You can find a minimal reproduction of this here - https://github.com/kaykhan/prisma-typescript-example

I'm getting the same error

Were you able to solve it? I'm getting the same error.