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
Publishes a version of your function from the current snapshot of $LATEST.
Syntax
public static Task<string> PublishLambdaVersion(this ICakeContext context, string functionName, PublishVersionSettings settings)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Return Value
Type |
Description |
Task<string> |
|