CreateFunctionSettings.

FunctionName Property

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
CreateFunctionSettings

Syntax

public string FunctionName { get; set; }

Value

Type Description
string