What is Step Functions? AWS Step Functions is a serverless orchestration service that allows us to combine AWS Lambda functions and other AWS services to build applications. Why Step Functions? Before we dive in, first, we might want to understand why we need a ‘serverless orchestration service’. …