This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.Lambda.
Summary
Gets and sets the property Timeout. The function execution time at which Lambda should terminate the function. Because
the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- Create
Function Settings
Syntax
public int Timeout { get; set; }
Value
Type | Description |
---|---|
int |