Question: Does anyone utilising the next.js construct avoid the built in API support by Next.js and instead "roll your own" via the Api construct? I feel like this would keep my Next.js app cleaner whilst also giving me more extensibility around the apis.
t
thdxr
11/10/2021, 4:37 PM
This is probably what I'd suggest. NextJS tries to do a lot, and does it well for people who just want to deploy one framework
thdxr
11/10/2021, 4:38 PM
And that works well for deploying to places like Vercel. But if you're deploying to AWS it's likely you want to use the other AWS features