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
Creates an alias that points to the specified Lambda function version.
Syntax
public static Task<bool> CreateLambdaAlias(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> |
|