Am I correct in assuming that the Next.js construc...
# sst
s
Am I correct in assuming that the Next.js construct creates a single Lambda @ Edge function for all SSR pages?
d
It's for all pages in general (including SSR and ISR and a few other edge cases). There is also one for api routes and one for images using the Next.JS Image component.
s
Thanks for the clarification 🙏
f
That’s right! Thanks @Derek Kershner