From 2c1da7836f634b5f174b0aa90be93c7872a968d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Garc=C3=ADa?= Date: Mon, 24 Apr 2017 19:50:51 +0200 Subject: [PATCH] docs: Update supported Node.js version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb5376f..b7cef617 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ app.use(awsServerlessExpressMiddleware.eventContext()) #### Cons - - Currently limited to Node.js 4.3 (LTS) + - Currently limited to Node.js 6.10 (LTS) - For apps that may not see traffic for several minutes at a time, you could see [cold starts](https://aws.amazon.com/blogs/compute/container-reuse-in-lambda/) - May be more expensive for high-traffic apps - Cannot use native libraries (aka [Addons](https://nodejs.org/api/addons.html)) unless you package your app on an EC2 machine running Amazon Linux