From d433e5c62c7a14b454cda8af3e31aeb6fe795eea Mon Sep 17 00:00:00 2001 From: Halil Duygulu Date: Fri, 14 Oct 2016 11:15:04 +0300 Subject: [PATCH] Lambda stopping issue added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 599203a..cee2890 100644 --- a/README.md +++ b/README.md @@ -1055,6 +1055,7 @@ Lambda - 🔸Lambda is a new technology. As of mid 2016, only a few companies are using it for large-scale production applications. - 🔸Managing lots of Lambda functions is a workflow challenge, and tooling to manage Lambda deployments is still immature. - 🔸AWS’ official workflow around managing function [versioning and aliases](https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html) is painful. +- ❗Currently (October,2016) Lambda functions can sometimes stop working for 2-3 minutes for failure recovery purposes according to a support ticket answer from Lambda dev team. They are working to prevent this in the future. 🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md)