Sorry for the late reply, hope you still see this.
Yes, I went with Postgres to be safe. I am still serverless, but now there is Vercel doing a good job for serverless DB. They integrate with Neon, which makes Postgres serverless possible.
More things are into Vercel as well, as the cron jobs, which I used to use AWS only for that. Much easier now in configuration by code through Vercel.
Anything goes wrong with Vercel or Neon and I can just export my whole DB and go for a regular server anywhere.
Yes, I went with Postgres to be safe. I am still serverless, but now there is Vercel doing a good job for serverless DB. They integrate with Neon, which makes Postgres serverless possible.
More things are into Vercel as well, as the cron jobs, which I used to use AWS only for that. Much easier now in configuration by code through Vercel.
Anything goes wrong with Vercel or Neon and I can just export my whole DB and go for a regular server anywhere.