Anyone interested in looking at SST + Prisma + pla...
# general
m
Anyone interested in looking at SST + Prisma + planetscale?
m
i’m using cdk and prisma, looking at SST right now
s
Yessss. Working on POC using them. So far it's been a breeze esp new integration between planetscale n prisma.
m
i have a prisma lambda layer i can share
if you want
f
Does PlanetScale have a query api like RDS data api? @thdxr
t
No you use a normal MySQL connection but planetcale does fine with millions of conns
d
Honestly I'm looking into SST because I would like to leverage as much as possible on AWS directly... I would rather more interested in seeing SST + Prisma + Aurora Serverless 🙏
m
that is my setup
currently trying to port my app to SST
d
do you have it on GitHub? 👀
d
Great, I will take a closer look after work! 👍
t
Yea would love to see a Prisma setup. Where is your DB hosted?
I was trying to get NextJS construct working with Prisma but prooved tricky
m
i’m using aurora serverless
prismalayer is kind of a problem with caching between builds though: https://github.com/serverless-stack/serverless-stack/issues/1121
f
@Mischa Spiegelmock have you considered using RDS data api?
@thdxr put together this sample code that uses the data api with Kysely query builder https://github.com/serverless-stack/kysely-data-api
m
I would like to use the data API but prisma doesn’t support it (yet)
also I have other databases like Neptune that I need to talk to
d
Neptune? Cool stuff going on here 😏