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.
Create the Event when a Ticket is raised.
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:
Region: The AWS region Eg. us-east-1. Reference - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
Function Name: The name of the Lambda function.
To validate the function has been invoked successfully, the condition node is added to check if the status code is 200.
Finally, add a public note with a confirmation message.
AWS Lambda Console