github.com/mweagle/Sparta@v1.15.0/docs_source/content/reference/step/_index.md (about)

     1  ---
     2  date: 2018-12-10 21:37:37
     3  title:
     4  pre: "<b>Step Functions</b>"
     5  weight: 150
     6  ---
     7  
     8  # Step Functions
     9  
    10  Sparta is designed to facilitate all serverless development strategies. While it provides
    11  an AWS Lambda optimized framework, it is also possible to deploy Lambda-free workflows comprised
    12  of [AWS Step Functions](https://aws.amazon.com/step-functions/).
    13  
    14  For examples of AWS Step Function workflows, see the overviews at:
    15  
    16  * [AWS Lambda-based Step Functions](./lambda)
    17  * [AWS Fargate Step Functions](./fargate)
    18  
    19    Reference information is provided in the [services](./services) section.