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
Helper method to get the AWS Credentials from environment variables
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- Cake
Context Extensions
Syntax
public static ClientSettings CreateUpdateFunctionCodeSettings(this ICakeContext context)
Attributes
| Type | Description |
|---|---|
| ObsoleteAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The cake context. |
Return Value
| Type | Description |
|---|---|
| ClientSettings | A new UpdateFunctionCodeSettings instance to be used in calls to the ILambdaManager. |
