Hi everyone,
Is there any nice way to deploy Prisma server on AWS Lambda?
I found this tutorial (
https://www.prisma.io/tutorials/deploy-prisma-to-aws-fargate-ct14), but it uses AWS Fargate, which means the Prisma server has to be always up when it isn’t used. I wanna know is there a way to deploy Prisma server in a serverless way.