You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/v3/index.mdx
+33-5Lines changed: 33 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@ import { Callout } from 'nextra/components'
2
2
3
3
<Callouttype="warning"emoji="⚠️">
4
4
5
-
This is a release candidate, it is not yet ready for production, but we are getting close. We are looking for feedback on this release, so please try it out and let us know what you think.
6
-
7
-
`[email protected]` is here!!! Please report any issues you find on [discord](https://discord.com/channels/983865673656705025/1164872233223729152) or on the github [PR](https://github.com/sst/open-next/pull/327)
5
+
`[email protected]`is here!!! Please report any issues you find on [discord](https://discord.com/channels/983865673656705025/1164872233223729152) or on the github [PR](https://github.com/sst/open-next/pull/327)
6
+
7
+
This is a release candidate, it is not yet ready for production, but we are getting close. We are looking for feedback on this release, so please try it out and let us know what you think. See [getting started](#get-started) to quickly test it.
8
8
9
-
It also requires an updated version of the IAC tools that you use, see the sst PR [here](https://github.com/sst/sst/pull/3567) for more information
9
+
It also requires an updated version of the IAC tools that you use, see the sst PR [here](https://github.com/sst/sst/pull/3567) for more information.
10
10
</Callout>
11
11
12
12
## What's new in V3?
@@ -27,4 +27,32 @@ import { Callout } from 'nextra/components'
27
27
28
28
- Allow for splitting, you can now split your next app into multiple servers, which could each have their own configuration
29
29
- An experimental bundled `NextServer` could be used which can reduce the size of your lambda by up to 24 MB
30
-
-~~Support for the `edge` runtime of next~~ (coming soon)
30
+
- Support for the `edge` runtime of next (Only app router for now, only 1 route per function)
31
+
32
+
## Get started
33
+
34
+
The easiest way to get started is to use the [reference implementation construct](/v3/reference-implementation). Copy this reference implementation into your project and then use it like that in your sst or cdk project:
Then you need to run `npx [email protected] build` to build your project before running the `sst deploy` or `cdk deploy` command to deploy your project.
0 commit comments