LambdaResourceClient allows you to invoke AWS Lambda functions directly from your application code.
Usage
Inputs
Theinvoke method accepts the following arguments:
The Lambda command to execute. Typically
"Invoke".The parameters for the command, matching the AWS SDK input shape (e.g.,
FunctionName, Payload).A unique identifier for this operation.
Optional timeout in milliseconds.
Outputs
On success (ok: true), the result object contains:
Discriminator for the response type.
The command that was executed.
The response payload from the Lambda function.