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
@@ -117,7 +117,7 @@ We can use this by calling the [`fastify.ready()`](https://fastify.dev/docs/late
117
117
importawsLambdaFastifyfrom'@fastify/aws-lambda'
118
118
importappfrom'./app.js'
119
119
exportconsthandler=awsLambdaFastify(app)
120
-
awaitapp.ready() // needs to be placed after awsLambdaFastify call because of the decoration: https://github.com/fastify/aws-lambda-fastify/blob/master/index.js#L9
120
+
awaitapp.ready() // needs to be placed after awsLambdaFastify call because of the decoration: https://github.com/fastify/aws-lambda-fastify/blob/main/index.js#L9
121
121
```
122
122
123
123
*[Here](https://github.com/fastify/aws-lambda-fastify/issues/89) you can find the approriate issue discussing this feature.*
<imgstyle="max-height: 80px;"src="https://raw.githubusercontent.com/fastify/aws-lambda-fastify/master/images/logos/locize.png"alt="locize is using @fastify/aws-lambda"/>
174
+
<imgstyle="max-height: 80px;"src="https://raw.githubusercontent.com/fastify/aws-lambda-fastify/main/images/logos/locize.png"alt="locize is using @fastify/aws-lambda"/>
0 commit comments