Meemaw / next-aws-lambda

Minimal starter boilerplate project for Serverless Next.js on AWS Lambda@Edge
https://d2922rq9ynjh4y.cloudfront.net
MIT License
41 stars 3 forks source link

Why does this work with Next.js 10? #60

Open lcswillems opened 3 years ago

lcswillems commented 3 years ago

Hi,

Your starter template looks really interesting! However, I am surprised to see it works with Next.js 10 whereas you say using Serverless Next.js under the hood and they claim to support Next.js 9 only.

How is it possible your starter template is working with Next.js 10?

Meemaw commented 3 years ago

Hi @lcswillems 👋

This template depends on https://github.com/serverless-nextjs/serverless-next.js/ which works with Next.js 10 just fine, but unfortunately doesn't implement all of its features yet. In case you don't need those "un-implemented" feature, you should be good to go.

lcswillems commented 3 years ago

Thank you @Meemaw for your answer! So it is not what I call "working with Next.js 10" haha but thank you for the precision!!

Thank you a lot for your template by the way :)

Meemaw commented 3 years ago

Yeah, should probably clarify that in the README