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 FunctionName. The name you want to assign to the function you are uploading. The function names
appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda API operations, such as Invoke.
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- Create
Function Settings
Syntax
public string FunctionName { get; set; }
Value
Type | Description |
---|---|
string |