I put together a template repo for using Prisma/RD...
# general
m
I put together a template repo for using Prisma/RDS with SST: https://github.com/jetbridge/sst-prisma supports stuff like integration tests,
sst start
with local dockerized postgres, DB migrations with
sst.Script
, a nice prisma lambda layer I spent many days tuning, etc
f
Thanks for putting this together! I’m keeping track a list of useful examples here https://github.com/serverless-stack/serverless-stack/issues/1637
j
@Mischa Spiegelmock Awesome stuff, do you an idea of the cost to deploy this?
m
the DB is set to go to sleep if it's not used, so when it's not active you're paying for the one NAT GW which is maybe $15/mo if the DB is running all the time it probably costs around $60/mo ish
so > $50 < $100 i'd say
j
nice! thats for that, i find anything with a NAT GW to be a real gotcha for examples. Have been burnt with some big bills in the past.