Lambda Steps
  • 26 Dec 2024
  • 1 Minute to read
  • Dark
    Light

Lambda Steps

  • Dark
    Light

Article summary

Step Details
Introduced in Version7.12
Last Modified in Version9.6
LocationIntegrations > Amazon AWS > LAMBDA 

Lambda Steps allow users to invoke a Lambda Function that processes an Event.






Currently, there are two steps under Lambda:

Step NameDescription
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.
Run Lambda FunctionAllows triggering the execution of a specific Lambda Function.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
Allow Use Default AWSCredsThis 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 NameEnter the name of the Function to invoke (Case Sensitive).String
Payload Data JSON*Enter the payload data in JSON format.String
RegionSpecify the AWS region.
No need to specify region if Allows Use Default AWSCreds is enabled.
--
TimeoutSets an amount of time to pass before the step fails with an exception. This does not impact any settings on the AWS side.--

*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.


Step Changes


VersionRelease DateDeveloper Task
Timeout property added to both steps.9.6January 2025[DT-042821]

Was this article helpful?