Lambda Steps
  • 23 Aug 2023
  • 1 Minute to read
  • Dark
    Light

Lambda Steps

  • Dark
    Light

Article Summary

Step Details
Introduced in Version7.12
Last Modified in Version--
LocationIntegrations > 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 NameDescription
1Run 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.
2Run Lambda FunctionAllows triggering the execution of a specific Lambda Function.

Prerequisites 


Properties

Inputs

PropertyDescriptionData 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

PropertyDescriptionData Type
OutputOutput 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?