diff --git a/docs/aws-services/step-function.md b/docs/aws-services/step-function.md index 360b1b9..4eeea3e 100644 --- a/docs/aws-services/step-function.md +++ b/docs/aws-services/step-function.md @@ -4,4 +4,43 @@ layout: default parent: AWS Services --- -# Step Function \ No newline at end of file +# Step Function +{: .no_toc } + +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] +{: .fs-6 .fw-300 } + +## Table of contents +{: .no_toc .text-delta} + +1. TOC +{:toc} + +## 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 + +[aws]: https://aws.amazon.com/step-functions/ diff --git a/samples/step_function/.gitkeep b/samples/step_function/.gitkeep new file mode 100644 index 0000000..e69de29