Overview
The AWS Lambda plugin provides the integrations to invoke and list the available functions in the AWS Lambda service in the AWS instance.
To connect with the AWS instance, the connected system must be authenticated with the Access Key ID and the Secret Access Key.
Key Features & Functionality
com.appiancorp.connectedsystems.templateframework.functions.pipeline.proxyDecoratorPipeline.TemplateInvocationException: Contact the developer of this template to resolve the following issue. java.util.concurrent.TimeoutException: null) (Data Inputs)
We are calling a lambda that it has access to and the job runs fine for awhile and then it fails with the above error.
We are running in to the following 24.2
Hi Mike S ,
Can you share the configuration parameters for the integration and the timeout configuration for the Lambda function that is being invoked.
Regards,
Praveen Santhosh
Praveen Santhosh Did you ever get a chance to look in to this.
execution timeout: 600
Can you please share the timeout configuration for the function in Lambda?
Praveen Santhosh any thoughts or updates on this?
Hello Praveen Santhosh
connected system is pointed to our aws environment in us-east-2
Operation: invoke function
function name: name of our function (built using a constants and concatenation)
inputs:
a!toJson({ "input1": ri!input1, "input2": {ri!input2}, "input3": ri!input3, "input4": ri!input4, "input5": ri!input5, "input6": ri!input6, "input7" : {ri!input7} } )
execution timeout: 600Execution gets kicked off just fine and runs just fine, the node just dies early with the above error