Invoke
Invoke a Lambda function.
Invocations may be synchronous or asynchronous. In a synchronous invocation, Lambda waits for a response that contains details or errors. In an asynchronous invocation, Lambda adds an event to a queue. After the event is sent, the response includes a status code only.
Options
Field | Definition | Type | Required |
---|---|---|---|
Use Function Name? | Indicates whether to use the function name; options are Yes or No. | Dropdown | FALSE |
Your Functions | List of functions that you can invoke. | Dropdown | FALSE |
Function Name | Invoke a function by specifying its partial or complete name. | String | FALSE |
Input
Field | Definition | Type | Required |
---|---|---|---|
Parameters | |||
invocationType |
Type of invocation; choices are RequestResponse, DryRun, or Event.
|
Dropdown |
FALSE |
logType |
Log type; choices are None or Tail.
|
Dropdown |
FALSE |
clientContext | Data about the client (limit: 3583 bytes of base64-encoded data). | Object | FALSE |
payload | JSON data to provide to the function. | Object | FALSE |
qualifier | Alias of the function (if it has published previously). | String | FALSE |
Output
Field | Definition | Type |
---|---|---|
Status Code | The result of your HTTP request. See HTTP status codes. | Number |
Output | Response from the function. | String |
Log Result | The last 4KB of the execution log. | String |