Live data from Hacker News

We use AWS instead of Vercel to host our Next.js app

graphite.dev

1–5 of 5 posts

Re: We use AWS instead of Vercel to host our Next.js app

#4
This team used ECS to replace Vercel, I've also seen Amplify used at one of my clients. We had some issues with Next.js upgrades and other minor things breaking, but it seems to mostly work fine. I wonder what other approaches there might be.

It seems that hosting Next.js (outside of Vercel) is one of the biggest headaches with the framework. I'm not a big fan of vendor lock-in so hopefully this continues to improve.

Re: We use AWS instead of Vercel to host our Next.js app

#5

This team used ECS to replace Vercel, I've also seen Amplify used at one of my clients. We had some issues with Next.js upgrades and other minor things breaking, but it seems to mostly work fine. I wonder what other approaches there might be. It seems that hosting Next.js (outside of Vercel) is one of the biggest headaches with the framework. I'm not a big fan of vendor lock-in so hopefully this continues to improve.

Completely agree. Hopefully the open source nature helps keep this door open.