LambdaAliases.

UpdateLambdaAlias(ICakeContext, string, AliasSettings) Method

Summary

Update an alias that points to the specified Lambda function version.
Assembly
Cake.AWS.Lambda.dll
Namespace
Cake.AWS.Lambda
Containing Type
LambdaAliases

Syntax

public static Task<bool> UpdateLambdaAlias(this ICakeContext context, string functionName, AliasSettings settings)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
functionName string The name of an AWS Lambda function.
settings AliasSettings The AliasSettings used during the request to AWS.

Return Value

Type Description
Task<bool>