AWS Step Function is a serverless orchestration service that lets you integrate with AWS Lambda functions and other AWS services to build business-critical applications. Through Step Functions' graphical console, you see your application’s workflow as a series of event-driven steps.
In this code, we have step function defined to run two Lambda functions i.e. Lambda_one and Lambda__two step by step.
Test the execution by providing following input to step function :
{
"client_name": "Adidas"
}