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
Updates the AWS Lambda functions code.
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- LambdaAliases
Syntax
public static Task<string> CreateLambdaFunction(this ICakeContext context, string functionName, CreateFunctionSettings settings)
Attributes
Type | Description |
---|---|
Async |
|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
functionName | string | The name of an AWS Lambda function. |
settings | Create |
The UpdateFunctionCodeSettings used during the request to AWS. |
Return Value
Type | Description |
---|---|
Task |