Skip to content

Commit c3b6bd6

Browse files
committed
clearification about Hapi
1 parent 0dbd8a1 commit c3b6bd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The list of supported frameworks matches [in-process-request](https://github.com
99
* Express.js v4
1010
* Express.js v5
1111
* Apollo Server v2
12-
* Hapi v19
12+
* Hapi v19 (only supported in `nodejs12.x` runtime)
1313
* Connect v3
1414
* Koa v2
1515

@@ -100,6 +100,9 @@ module.exports = { handler }
100100
```
101101

102102
### Hapi
103+
104+
Please note that Hapi v19 dropped support for Node v10. The only AWS Lambda runtime that supports it is `nodejs12.x`.
105+
103106
```javascript
104107
const Hapi = require('@hapi/hapi')
105108
const lambdaRequestHandler = require('lambda-request-handler')

0 commit comments

Comments
 (0)