From cceddfab9be47d7c6a5ef514a142b217a0dd05d2 Mon Sep 17 00:00:00 2001 From: Juan Jimenez Date: Mon, 13 Aug 2018 18:33:14 +0200 Subject: [PATCH] Update lambda.py (#44066) Timeout doesn't say if in secs, minutes or ?? --- lib/ansible/modules/cloud/amazon/lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/lambda.py b/lib/ansible/modules/cloud/amazon/lambda.py index 0a7ff2bbbb..15d0c09bfc 100644 --- a/lib/ansible/modules/cloud/amazon/lambda.py +++ b/lib/ansible/modules/cloud/amazon/lambda.py @@ -73,7 +73,7 @@ options: - A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit. timeout: description: - - The function execution time at which Lambda should terminate the function. + - The function maximum execution time in seconds after which Lambda should terminate the function. default: 3 memory_size: description: