Visualize AWS Lambda Durable Functions workflows directly in VS Code. Static analysis turns your handler code into an interactive flowchart, no deployment or execution required.
Supports TypeScript/JavaScript, Python, and Java runtimes.
Features
Interactive diagram. See your durable function as a flowchart in a side panel.
Scroll zoom. Scroll wheel to zoom in/out, zooms toward cursor.
Click-drag pan. Click and drag to move around the diagram.
Click-to-navigate. Click any node to jump to that line in the source file.
Auto-refresh. Diagram updates when you save the file.
Direction toggle. Switch between top-down (TD) and left-right (LR) layout.
Save PNG. Export the diagram as a high-resolution transparent PNG.
Source view. View the raw Mermaid syntax or JSON graph.