Skip to content

Commit e9226d8

Browse files
committed
Merge branch 'main' of github.com:serverless-stack/open-next
2 parents 7f9fed6 + 951a3bb commit e9226d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ To configure the CloudFront distribution:
214214

215215
#### Warmer function
216216

217-
Server functions may experience performance issues due to Lambda cold starts. To mitigate this, the server function can be invoked periodically. Remmember, **Warming is optional** and is only required if you want to keep the server function warm.
217+
Server functions may experience performance issues due to Lambda cold starts. To mitigate this, the server function can be invoked periodically. Remember, **Warming is optional** and is only required if you want to keep the server function warm.
218218

219219
To set this up, create a Lambda function using the code in the `.open-next/warmer-function` folder with `index.mjs` as the handler. Ensure the function is configured as follows:
220220

0 commit comments

Comments
 (0)