Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Run Lambda Function

Prev Next
Step Details
Introduced in Version8.0.0
Last Modified in Version9.0.0
LocationIntegration > Amazon AWS > Lambda

The Run Lambda Function step is used to trigger the execution of a specific Lambda Function.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
Allow Use Default AWSCredsToggle permitting the use of default AWS account credentials.Boolean
Function NameName of the Lambda function to name.String
RegionAWS Region associated with the designated Lambda function.AmazonAWSRegion
TimeoutTime frame it takes for function to stop working.TimeSpan

Outputs

PropertyDescriptionData Type
Substring1_OutputThe part of the string that was extracted.                                                String


Common Errors

Function Not Found

If the function that was inputted does not exist or was spelled incorrectly, thestep will cause an error.

To correct this, ensure the Function Name input is properly spelled and exists.

Exception Message:

DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Run Lambda Function 1[RunLambdaFunction] in flow [Step Library Flow]: Exception invoking method RunLambdaFunction on class LambdaSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method RunLambdaFunction on class LambdaSteps
 ---> Amazon.Lambda.Model.ResourceNotFoundException: Function not found: arn:aws:lambda:us-east-1:230575086277:function:TestFunction:$LATEST
 ---> Amazon.Runtime.Internal.HttpErrorResponseException: Exception of type 'Amazon.Runtime.Internal.HttpErrorResponseException' was thrown. at Amazon.Runtime.HttpWebRequestMessage.ProcessHttpResponseMessage(HttpResponseMessage responseMessage)
 at Amazon.Runtime.HttpWebRequestMessage.GetResponseAsync(CancellationToken cancellationToken)
 at Amazon.Runtime.Internal.HttpHandler`1.InvokeAsync[T](IExecutionContext executionContext)
 at Amazon.Runtime.Internal.Unmarshaller.InvokeAsync[T](IExecutionContext executionContext)
 at Amazon.Runtime.Internal.ErrorHandler.InvokeAsync[T](IExecutionContext executionContext)
   --- End of inner exception stack trace ---

Step Changes


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


Related Information


Related Articles:

Lambda