serverless-nextjs / serverless-next.js

⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
MIT License
4.41k stars 449 forks source link

Is Serverless Next.js Dead? Seeking Alternatives for Next.js 13+ #2607

Open mklaborit opened 4 months ago

mklaborit commented 4 months ago

Hi everyone,

I hope you're doing well. I wanted to raise a question regarding the state of the project and explore alternative solutions for Next.js version 13 and above.

Background: Serverless Next.js has been a popular framework for deploying Next.js applications on serverless platforms like AWS Lambda, providing scalability and cost-effectiveness. However, with the recent updates to Next.js, particularly version 13 and beyond, there have been concerns about the compatibility and maintenance of Serverless Next.js.


Issues:

  1. Is Serverless Next.js still actively maintained and supported?
  2. Have you encountered any issues or challenges while using Serverless Next.js with Next.js 13 or higher?
  3. Are there any alternative solutions or frameworks that you have explored or found success with for deploying Next.js applications in a serverless environment?

Objective: The objective of this issue is to gather insights, experiences, and recommendations from the community regarding the status of Serverless Next.js and potential alternatives for deploying Next.js applications on serverless platforms.

Looking forward to hearing from you all!

Best regards,

andrewdavidcostello commented 3 months ago

We are currently looking at https://github.com/jetbridge/cdk-nextjs to potentially replace this library.

AWS Amplify (if that is something you can consider) also supports next deployments now too.

CervarlCG commented 2 months ago

This project is basically dead, try sst.dev which use open-next to build the app and make it compatible with aws lambda, it also support app router.

Also it allows you to work with other aws resources