Invoke
Invoke an AWS Lambda function.
Invocations may be synchronous or asynchronous. For a synchronous invocation, AWS Lambda waits for a response that contains details or errors. In an asynchronous invocation, AWS 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. |
Dropdown |
TRUE |
Your Functions |
List of functions that you can invoke. |
Dropdown |
TRUE |
Function Name |
Invoke a function by specifying its partial or complete name. |
Text |
TRUE |
Input
Field | Definition | Type | Required |
---|---|---|---|
Parameters |
|||
invocationType |
Type of invocation.
All three invocation types may include attempted retries. |
Dropdown |
FALSE |
logType |
Inclusion of the execution log.
|
Dropdown |
FALSE |
clientContext |
Data about the client. The limit is 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 been published previously). |
Text |
FALSE |
Output
Field | Definition | Type |
---|---|---|
Status Code |
Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP status codes. |
Number |
Output |
Response from the function. |
Text |
Log Result |
Last 4 KB of the execution log. |
Text |