Skip to main content

Lambda Invoke

Overview


Invokes an AWS lambda function.

Input

Lambda Invoke

NameRequiredDescription
ConnectionAWS Connection.
Function NameLambda 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.