I'm working on trying to create a CDK lambda layer...
# orm-help
m
I'm working on trying to create a CDK lambda layer construct that contains the prisma engine and generated client. The idea is if you have more than one function it'll factor out those dependencies and the client generation to a layer so they can be shared amonst your functions. I posted about my progress and implementation here if anyone's interested
🔥 1