Hey all, we are doing a Next.js launch today. It’s...
# general
f
Hey all, we are doing a Next.js launch today. It’s live on Product Hunt. We’d appreciate your support! https://www.producthunt.com/posts/sst-next-js
j
Shared it on the French AWS Serverless Slack group.
p
This is super interesting, however it would be nice if you guys could shed some light on how that works under the hood.
f
Yeah, on the higher level, the static generated pages and assets are stored in an S3 bucket, and the routing logic is handled in Lambda@Edge functions.
1 Lambda handles SSR+fallback pages+preview mode; 1 Lambda handles the API routes; 1 Lambda handles image optimization; and 1 Lambda handles ISR.
p
Thank you!