Serverless functions are code functions written by developers to handle a certain task. These functions are deployed on a third-party service that tends to handle server maintenance and scaling while the developer only has to write and ship their code. This article will show you how to work in serverless fashion with the popular Next.js framework.
Table of contents
Intro to serverless functions in Next js and some common use casesBest Practices for Organizing and managing serverless functionsHow to create and deploy serverless functions in a Next.js projectConclusionSort: