freedmand / stepfunction-visualizer

A toolkit to debug and visualize local AWS step functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stepfunction-visualizer

A toolkit to debug and visualize local AWS step functions

a flow chart showing a step function with one state's data displayed in a debug panel to the side

To use, first you need to set up local step functions. If you are using the serverless framework, I recommend using the serverless-step-functions-local package and following the advice in this blog post.

Once you have local step functions running at localhost:8083 (the default port), run the steps below to launch a server that shows all the local step functions and their executions, with flowcharts.

Running the server

Install dependencies with npm install and then start the development server:

npm run dev

If all succeeds, you will be able to see the web application locally at http://localhost:3000.

Technology used

  • TypeScript: to model Amazon States Language (ASL) and data structures used in the CLI
  • SvelteKit: the web server (with Svelte for components)
  • Mermaid: for flowcharts/diagramming

About

A toolkit to debug and visualize local AWS step functions


Languages

Language:TypeScript 58.9%Language:Svelte 35.1%Language:JavaScript 3.6%Language:HTML 2.4%