Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 1063a83

Browse files
docs: minor docs amend
1 parent e16a153 commit 1063a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The plugin targets [Next 8 serverless mode](https://nextjs.org/blog/next-8/#serv
2222
- [Overriding page configuration](#overriding-page-configuration)
2323
- [Custom page routing](#custom-page-routing)
2424
- [Custom error page](#custom-error-page)
25-
- [Custom handler](#custom-handler)
25+
- [Custom lambda handler](#custom-lambda-handler)
2626
- [Examples](#examples)
2727
- [Contributing](#contributing)
2828

@@ -268,7 +268,7 @@ class Error extends React.Component {
268268
export default Error;
269269
```
270270

271-
### Custom handler
271+
### Custom lambda handler
272272

273273
If you need to customize the lambda handler you can do so by providing a path to your own handler in the `customHandler` field. Note that it resolves the path to the custom handler relative to your `next.config.js`.
274274

0 commit comments

Comments
 (0)