LambdaAliases.

UpdateLambdaFunctionCode(ICakeContext, string, UpdateFunctionCodeSettings) Method

Summary

Updates the AWS Lambda functions code.
Assembly
Cake.AWS.Lambda.dll
Namespace
Cake.AWS.Lambda
Containing Type
LambdaAliases

Syntax

public static Task<string> UpdateLambdaFunctionCode(this ICakeContext context, string functionName, UpdateFunctionCodeSettings 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 UpdateFunctionCodeSettings The UpdateFunctionCodeSettings used during the request to AWS.

Return Value

Type Description
Task<string>