InvokeLambdaFunction

Use this Activity to invoke a specific Lambda function.

Settings

Field Description
AWS Connection Name Select an AWS connection.
ARN (Optional) Amazon Resource Name.
Note:  
  • You can also specify the ARN on the Input tab. If you specify the ARN on both the tabs, the ARN on the Input tab is used.
  • You must specify the ARN on at least one tab; otherwise, the Activity returns an error at runtime.

Input Settings

Field Description
Payload Schema Enter a JSON request schema for your payload that is used to invoke the Lambda function.

Input

The payload schema that you entered on the Input Settings tab is displayed in a tree format on the Input tab. Map the elements in the schema using the mapper or enter values for the element by manually typing the value in the mapper.

Field Description
LambdaARN Amazon Resource Name.
Note:  
  • You can also specify the ARN on the Settings tab. If you specify the ARN on both the tabs, the ARN on the Input tab is used.
  • You must specify the ARN on at least one tab; otherwise, the Activity returns an error at runtime.

Output Settings

Field Description
Result Schema The schema for the result that is expected from the Lambda function invokes the request.

Output

The Output tab displays the result schema you entered on the Output Settings tab in a tree format.