CreateFunctionSettings.

Publish Property

Summary

Gets and sets the property Publish. This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.
Assembly
Cake.AWS.Lambda.dll
Namespace
Cake.AWS.Lambda
Containing Type
CreateFunctionSettings

Syntax

public bool Publish { get; set; }

Value

Type Description
bool