-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve aws config docs #28
base: main
Are you sure you want to change the base?
Conversation
### `override` | ||
|
||
This is where you will be able to override some part of the server. For all of them you can provide what we call a `LazyLoadedOverride` which is a function that will return the override. For some example look at some [Custom overrides](custom_overrides). | ||
All server have some default override that you can override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All servers
|
||
### `placement` | ||
|
||
Options to determine where the server will be deployed. On a single region or on multiple regions at the edge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Option
|
||
### `override` | ||
|
||
For default and splitted server, in addition to the options for `override` in the common options, you can also use the following options: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For both default and splitted server, in addition to override
in common options, you can also use the following options listed below:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some spacing under the first paragraph to make the content more visually seperated
|
||
The path to the target folder of build output from the `buildCommand` option (the path which will contain the `.next` and `.open-next` folders). This path is relative from the current process.cwd() | ||
|
||
By default, it is set to `.`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps remove the trailing dot here.
|
||
The path to the root of the Next.js app's source code. This path is relative from the current process.cwd(). * | ||
|
||
By default, it is set to `.`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too.
This is an attempt at improving the aws config with something a little bit easier to read and understand.
Not sure if it's the best way to present this, at least it's better than what we have now