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
Contains Cake aliases for configuring Amazon Lambda functions
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["LambdaAliases"]
class Type type-node
Syntax
public static class LambdaAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
CreateLambdaAlias |
Task |
Creates an alias that points to the specified Lambda function version.
static
|
CreateLambdaFunction |
Task |
Updates the AWS Lambda functions code.
static
|
PublishLambdaVersion |
Task |
Publishes a version of your function from the current snapshot of $LATEST.
static
|
UpdateLambdaAlias |
Task |
Update an alias that points to the specified Lambda function version.
static
|
Update |
Task |
Updates the AWS Lambda functions code.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|