kevin-miles / aws-swf-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#aws-swf-poc

amazon web services

simple workflow

proof of concept

Instructions

  1. create venv: virtualenv --python=python3.5 venv
  2. activate it: source venv/bin/activate
  3. install requirements: pip install -r requirements.txt
  4. make sure you have your config set up: https://boto.readthedocs.io/en/latest/boto_config_tut.html
  5. run: python register.py

Every 3 seconds the generator will initiate a new workflow. The decider & worker will handle it to completion.

Screenshot

About


Languages

Language:Python 100.0%