Update lambda.py (#44066)

Timeout doesn't say if in secs, minutes or ??
pull/44018/merge
Juan Jimenez 6 years ago committed by Ryan Brown
parent ec84c31ace
commit cceddfab9b

@ -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:

Loading…
Cancel
Save