Which backend do you pair with NextJS? #15607
Answered
by
timneutkens
enricoschaaf
asked this question in
Help
-
I am very curious which backends you use for your NextJS applications? Because of Vercels limit to 12 API routes and the lack of backend processing/queueing with Vercel, I tried to AWS CDK, while powerfull, the developer experience is pretty bad compaired to NextJS, to I am looking to try out other alternatives. |
Beta Was this translation helpful? Give feedback.
Answered by
timneutkens
Jul 29, 2020
Replies: 1 comment 3 replies
-
Next.js does smart bundling of API routes and SSR pages so you should not run into the 12 function limit when using Next.js. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
enricoschaaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Next.js does smart bundling of API routes and SSR pages so you should not run into the 12 function limit when using Next.js.