Question: Does anyone utilising the next.js constr...
# sst
s
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
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
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
s
Thanks for the confirm.
Fully agree.
So into SST right now. Rocking my world.