Third party Chrome extension that enables real time sync between StepFunctions Workflow Studio and your local file system
- 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
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 sync
button at the top right corner - Select the JSON or YAML file you want to sync with.
- Start building!
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