How to run AWS Step Functions locally with Docker | SAM Series #4
• Updated: November 29, 2019
• By László Bodor

AWS Step Functions is a service from AWS that allows the coordination of different components of distributed applications and microservices.
Often during development we need to run our services locally to test different scenarios. In this video we will look at how can we run Step Functions locally together with AWS SAM.
You can find the commands used and the project from the video in the following git repository: https://github.com/majestic-cloud/sam-local-step-functions
Tags
aws docker local development orchestration SAM serverless application model state machines step functions