sfn-workflow-studio-sync
sfn-workflow-studio-sync copied to clipboard
Enables real-time sync between StepFunctions Workflow Studio and your local machine
StepFunctions Workflow Studio Sync
Third party Chrome extension that enables real time sync between StepFunctions Workflow Studio and your local file system

Install
- Clone this repo
- run
npm install && npm run build - Open chrome://extensions
- Enable the "Developer mode" toggle
- Click on the "Load unpacked" button
- Select the folder <project_root>/build
Usage
This extension uses the File System Access API to give Chrome temporary access to a single file on your filesystem. Please check your browser compatability
- Open Workflow Studio
- Click the
Enable local syncbutton at the top right corner - Select the JSON or YAML file you want to sync with.
- Start building!
Link SAM template
You can optionally link a SAM template to enable mapping of state machine variables and template resources via definition substitutions
This project was bootstrapped with Chrome Extension CLI