ILambdaManager Interface

Summary

Implementation for accessing AWS Lambda
Assembly
Cake.AWS.Lambda.dll
Namespace
Cake.AWS.Lambda
Implementing Types
graph BT Type["ILambdaManager"] class Type type-node Implementing0["LambdaManager"]-.->Type click Implementing0 "/api/Cake.AWS.Lambda/LambdaManager"

Syntax

public interface ILambdaManager

Methods

Name Value Summary
CreateAlias(string, AliasSettings, CancellationToken) Task<bool>
Creates an alias that points to the specified Lambda function version.
CreateFunction(string, CreateFunctionSettings, CancellationToken) Task<string>
Updates the AWS Lambda functions code.
PublishVersion(string, PublishVersionSettings, CancellationToken) Task<string>
Publishes a version of your function from the current snapshot of $LATEST.
UpdateAlias(string, AliasSettings, CancellationToken) Task<bool>
Update an alias that points to the specified Lambda function version.
UpdateFunctionCode(string, UpdateFunctionCodeSettings, CancellationToken) Task<string>
Updates the AWS Lambda functions code.

Extension Methods

Name Value Summary
Dump<ILambdaManager>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ILambdaManager>(ILambdaManager[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ILambdaManager>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ILambdaManager>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ILambdaManager>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ILambdaManager>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin