Run AWS Lambda execute async function
Allow Orchestra to run an AWS Lambda function asynchronously
Description
This job triggers an AWS Lambda function asynchronously with any given payload. To use this Integration Job, you must configure the function to be able to communicate back to Orchestra - see Self hosted Tasks. If this is not configured correctly, the Task run will be stuck in RUNNING state, and will need to be cancelled manually.
Parameters and setup
Lambda configuration
The AWS Lambda function is triggered with the following event by Orchestra:
If your function is written in Python, Orchestra recommends the orchestra-sdk
PyPi package to ensure the Task can communicate efficiently with our platform. Remember to install the package before running the code:
If your function is written in another language, please refer to Self hosted Tasks documentation to see how your code can send updates back to Orchestra.
Troubleshooting
Last updated