Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.46 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.46 KB

StepFunctions Workflow Studio Sync

Third party Chrome extension that enables real time sync between StepFunctions Workflow Studio and your local file system

Demo

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

  1. Open Workflow Studio
  2. Click the Enable local sync button at the top right corner
  3. Select the JSON or YAML file you want to sync with.
  4. 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