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
Initializes a new instance of the
LambdaManager class.
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- LambdaManager
Syntax
public LambdaManager(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file System. |
| environment | ICakeEnvironment | The environment. |
| log | ICakeLog | The log. |
Return Value
| Type | Description |
|---|---|
| void |
