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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The list of supported frameworks matches [in-process-request](https://github.com
13
13
14
14
Inspired by [aws-serverless-express](https://github.com/awslabs/aws-serverless-express)
15
15
16
-
It supports `nodejs8.10` and `nodejs10.x` execution environments.
16
+
It supports `nodejs10.x` and `nodejs12.x` execution environments.
17
17
18
18
The main differences between this module and `aws-serverless-express` are
19
19
* It's using [in-process-request](https://github.com/janaz/in-process-request) module to execute app handlers in-process without having to start background http server
0 commit comments