Are there plans to support a lambda@edge deployment of a Next.js app (similar to serverless-next)?
f
Frank
09/04/2021, 4:08 AM
Hey @Abdul Taleb, glad you brought it up! It’s something we are planning to add support for this month.
Frank
09/04/2021, 4:10 AM
Which Next.js version are you using? And which features are you using (ie. incremental static regeneration)?
Frank
09/04/2021, 4:10 AM
That’d give us some ideas on what features to focus on in the v1.
a
Abdul Taleb
09/04/2021, 6:16 PM
I'm using version 11. The features I'm using are mainly incremental static regeneration, SSR and AMP. It also has a headless CMS it fetches content from.
Btw, have you tried to deploy ur next.js app with serverless-next?
a
Abdul Taleb
09/04/2021, 7:55 PM
yes
f
Frank
09/04/2021, 7:56 PM
How did you like it? Did it work with ur app out of the box?
a
Abdul Taleb
09/04/2021, 7:57 PM
yah It worked pretty well. I did face a permissions issue for using doing some admin cognito calls on the server, besides that it was pretty straightforward