Am I correct in assuming that the Next.js construct creates a single Lambda @ Edge function for all SSR pages?
d
Derek Kershner
11/24/2021, 3:32 PM
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.