- AWS Step Function Local Runner
- AWS CLI
- If you want to use your AWS account for this, you will have to configure AWS CLI with your account in your local machine.
- Run
aws configure
to set your AWS account in your local machine.
- If you want to use your AWS account for this, you will have to configure AWS CLI with your account in your local machine.
- NodeJS
- Yarn
- Clone this repository
git clone https://github.com/mwkim0919/stepfunctions-local-dashboard.git
- Go to this repository directory and run
yarn
yarn build-run
- Run AWS Step Function Local Runner
- Make sure to use port 8083
- Open a browser and go to http://localhost:3000