From 923f16bc3bc20055436410a56ce468ad4169f668 Mon Sep 17 00:00:00 2001 From: T Noguchi <11402524+nogut0123@users.noreply.github.com> Date: Sat, 13 Oct 2018 21:46:31 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db01cf66..7a9025ff 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ app.get('/', (req, res) => { - 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/) - Cannot use native libraries (aka [Addons](https://nodejs.org/api/addons.html)) unless you package your app on an EC2 machine running Amazon Linux - Stateless only - - API Gateway has a timeout of 30 seconds, and Lambda has a maximum execution time of 5 minutes. + - API Gateway has a timeout of 30 seconds, and Lambda has a maximum execution time of 15 minutes.