Are there plans to support a lambda@edge deploymen...
# seed
a
Are there plans to support a lambda@edge deployment of a Next.js app (similar to serverless-next)?
f
Hey @Abdul Taleb, glad you brought it up! It’s something we are planning to add support for this month.
Which Next.js version are you using? And which features are you using (ie. incremental static regeneration)?
That’d give us some ideas on what features to focus on in the v1.
a
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.
f
Got it. We will start working on it this week - https://github.com/serverless-stack/serverless-stack/issues/783
Btw, have you tried to deploy ur next.js app with serverless-next?
a
yes
f
How did you like it? Did it work with ur app out of the box?
a
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