thanks to the recent fix for NextjsSite- sst-prism...
# general
m
thanks to the recent fix for NextjsSite- sst-prisma is now working nicely. it's a fullstack nextjs/prisma/appsync/middy starter kit https://github.com/jetbridge/sst-prisma if you're building a serious app on top of a relational DB, prisma is a powerful option
a
Just checked out the code. Any reason for using NAT Gateways? They are expensive as f
m
NAT gateways are required if you use Serverless Aurora (because it must be in a VPC) and have lambdas that should talk to it and be able to reach the internet (because they're in the VPC). If you don't need that, then you can remove the NAT gateways.
j
Thanks for sharing!