Skip to content

pyworkflow/pyworkflow.amazonswf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyworkflow.amazonswf

amazon swf backend for pyworkflow

pyworkflow supports the easy implementation of workflows, and handling the execution of workflow processes, across multiple backends. This is the backend for pyworkflow that provides integration with Amazon Simple Workflow Framework.

Usage

AmazonSWFBackend supports integration of pyworkflow with Amazon's Simple Workflow Framework service.

from pyworkflow.amazonswf import AmazonSWFBackend
from pyworkflow.managed import Manager

backend = AmazonSWFBackend(ACCESS_KEY_ID, SECRET_ACCESS_KEY, region='us-east-1', domain='foo.bar')
manager = Manager(backend=backend)

About

License

pyworkflow.amazonswf is under the MIT License.

Contact

pyworkflow.amazonswf is written by Willem Bult.

Project Homepage: https://github.com/pyworkflow/pyworkflow.amazonswf

Feel free to contact me. But please file issues in github first. Thanks!