AWS recently announced a new opt-in feature on the State Machine page for Step Functions. Developers can quickly analyze, debug, and optimize standard workflows by enabling the new execution page option.
AWS Step Functions is a serverless function orchestrator that makes it easy to sequence AWS Lambda functions and multiple AWS services into business-critical applications. Since its release in December 2016, developers have been building Step Functions workflows using Amazon States Language (ASL) to orchestrate multiple services in mission-critical applications, according to an AWS Compute blog post.
AWS Step Functions stores a detailed history for each execution, allowing a developer to view the execution path, inspect each transaction, and debug errors. With the new opt-in feature on the State Machine page, they can more easily navigate through the details of their workflow executions in the AWS Console to identify issues, drill deeper into the…