Lambda Steps
- 23 Aug 2023
- 1 Minute to read
- Print
- DarkLight
Lambda Steps
- Updated on 23 Aug 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 7.12 |
Last Modified in Version | -- |
Location | Integrations > Amazon AWS > LAMBDA |
Lambda Steps allow users to invoke a Lambda Function that processes an Event.
Currently, there are 2 steps under Lambda:
Sr. No. | Step Name | Description |
---|---|---|
1 | Run Lambda Function with Data | Allows you to execute a Lambda Function while providing it with specific payload data in JSON format. This enables you to pass information or parameters to the Lambda Function, which can be used by the Function during its execution. |
2 | Run Lambda Function | Allows triggering the execution of a specific Lambda Function. |
Prerequisites
- Install the AWS Module
- An active AWS account
- Configure the Amazon WebServices Settings
- Configure and set up a Lambda Function
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Allow Use Default AWSCreds | This setting is marked true by default. This allows using the default AWS credentials that were configured in the AWS Settings. If disabled, this will check if the current user account accessing the Flow is configured with the AWS creds or not. If no creds are defined to the users, then the Step will throw the exception. Note: All the accounts can be configured with their own AWSCreds. To do so, navigate to System > Security > Accounts. Right Click on any of the accounts and click on Add/Edit AWS Creds for Users. | Boolean |
Function Name | Enter the name of the Function to invoke (Case Sensitive). | String |
Payload Data JSON* | Enter the payload data in JSON format. | String |
Region | Specify the AWS region. No need to specify region if Allows Use Default AWSCreds is enabled. | -- |
*not applicable for Run Lambda Function Step.
Outputs
Property | Description | Data Type |
---|---|---|
Output | Output received from Lambda. Note: The outputs from a Lambda Function depend on the specific implementation of the Function. For more information, refer to AWS' official documentation. | String |
Related Information
For more information, refer to the article on Lambda.
Was this article helpful?