Here’s a sample workflow to demonstrate the use of the Orchestration app to invoke an  AWS lambda function from the Workflow Automator. The app gives you the flexibility to invoke functions both synchronously and asynchronously.







  1. Create the Event when a Ticket is raised.

  2. You can then pull in the App Node which will have the following configurations:


App Name: AWS Lambda - Orch

App Action: Invoke Function / Invoke Async Function

Notes when Configuring Inputs: 



  1. To validate the function has been invoked successfully, the condition node is added to check if the status code is 200.

  2. Finally, add a public note with a confirmation message.


AWS Lambda Console