Replies: 1 comment
-
You can use either one - I use backend for providing my API - using AppSync or API gateway and lambda functions. You have full control over the design of it. You can use nextJS's
It's required if you want your backend lambda functions to be able to talk to other hosts on the internet. If they aren't doing that then you can set nat gateways: 0.
Yeah I'm in the process of fixing that so it runs the migrations each deployment. I should have that working sometime this week.
Very welcome! I should enable Discussions |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for creating this awesome starter kit!
Can you help me understand the difference between the
backend/api
and the/api
thatNextjs
creates (via the serverless-nextjs).I would like to use prisma in the
web/pages/api
, how would I configure that?How come there's a NAT for the RDS? The internal Lambdas should have access to RDS, right? I want to avoid setting up a NAT b/c they are rather expensive.
I would like to migrate/seed data to the database via a script though... I'd imagine the migrateScript you have is a good place to set that up during each deployment.
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions