Skip to content

ipetrovbg/step-function-ui

Repository files navigation

Step Functions Local UI

If you've ever used serverless-step-functions-local plugin for the serverless framework, it's probable that you've desired some form of visualization for your local step function executions.

Well, this is it 🤟

First screen shows your local state machines. state machines view

State machine's executions. state machine's executions

...and execution steps. execution's steps

Prerequisites

Install client's dependencies

npm i

Start BE on port 6969

cd server | cargo run

Start FE on port 8080

npm start

or

Start Both with just file

If you have just installed on your machine, you can run:

# just start default
just start <aws-vault profile>