Lambda Invoke
Invokes an AWS lambda function.

Input
Lambda Invoke
| Name | Required | Description |
|---|---|---|
| Connection | AWS Connection. | |
| Function Name | Lambda function name. | |
| Payload (JSON) | The JSON payload recieved by the lambda in the first parameter of the handler. |
Output
Lambda Response Output of the lambda invocation.