# Serverless Next.js

> Clean Markdown view of GeekNews topic #4274. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4274](https://news.hada.io/topic?id=4274)
- GeekNews Markdown: [https://news.hada.io/topic/4274.md](https://news.hada.io/topic/4274.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-17T10:46:57+09:00
- Updated: 2021-05-17T10:46:57+09:00
- Original source: [github.com](https://github.com/serverless-nextjs/serverless-next.js)
- Points: 13
- Comments: 1

## Topic Body

- Next.js 9.0 앱을 AWS Lambda@Edge 에 쉽게 배포 가능

ㅤ→ CloudFront CDN 가장 끝단(Edge)에서 코드 실행

- Edge에서 SSR실행 및 API Routing

- 모든 Route 캐슁 및 자동 프리렌더링

- 애셋들은 S3에서 CloudFront로 자동 서빙

- Opt-in : static generation (SSG) / server-side rendering (SSR)

- Base Path, Preview Mode, Catch all route & Optional Catch all route, Image-Optimization  등의 Next.js 기능 지원

## Comments



### Comment 5248

- Author: cnaa97
- Created: 2021-05-24T13:40:35+09:00
- Points: 1

쓰려고 했다가 nextjs v10 지원이 안되서 못썼던 기억이...
