mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Update lambda.py (#44066)
Timeout doesn't say if in secs, minutes or ??
This commit is contained in:
@@ -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.
|
- A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
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
|
default: 3
|
||||||
memory_size:
|
memory_size:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user