Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.36 KB

index.mdx

File metadata and controls

55 lines (37 loc) · 2.36 KB

import { SITE } from '../../config'; import { Callout } from 'nextra/components'; import WindowsSupport from '../../shared/WindowsSupport.mdx';

This docs is for the V3 of OpenNext. If you are looking for the V2 docs, you can find them [here](/aws/v2).

If you're migrating from V2 to V3, you can find the migration guide here.

AWS


OpenNext takes the Next.js build output and converts it into packages that can be deployed across a variety of environments. Natively OpenNext has support for AWS Lambda, Cloudflare, and classic Node.js Server.

One notable feature of OpenNext is its ability to split the Next.js output, enabling selective deployment to different targets such as AWS Lambda, Cloudflare Workers, or Amazon ECS. This facilitates a tailored deployment strategy that aligns with the specific needs of your application.

Thanks to this, you could deploy part of your API to ECS, another part to Cloudflare Workers, your SSR routes to another ECS cluster, and your ISR/SSG routes to Lambda.


OpenNext AWS is currently maintained by the SST community; notably, conico974 and khuezy.

We need your help keeping it up to date and feature complete. Make sure to join us on Discord and star us on GitHub.


OpenNext aims to support all Next.js 15 features. Some features are work in progress. Please open a new issue to let us know!



Get started with deploying your app with OpenNext and your favorite framework.