Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Step Function

AWS Step Functions is a visual workflow service that helps developers use AWS services to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning (ML) pipelines. aws

Table of contents

  1. What is a Step Function?
  2. How to test Step Functions?
  3. Let’s see in action!
    1. Sample stack
    2. Testing the sample stack
  4. More to read

What is a Step Function?

…Workflow, Lambda, Serverless, Logic, Sync/Async, ASL, Mapping, Predefined actions

How to test Step Functions?

  • Testing the ASL
  • Local dynamic testing
  • Retry, Error handling, Logic

Let’s see in action!

Sample stack

  • Find or create a simple stack

Testing the sample stack

  • CDK tests
  • ASL tests
  • Dynamic tests
  • Retry and Error handling

More to read

  1. TBD