python-simple-workflow icon indicating copy to clipboard operation
python-simple-workflow copied to clipboard

Do not connect to the SWF API when instanciating models

Open ggreg opened this issue 11 years ago • 0 comments

All models inherit from core.ConnectedSWFObject that connects to the SWF API in the constructor. It requires AWS credentials anywhere we instanciate models even if they don't query the API.

The connection should be lazy and happen only when needed.

ggreg avatar Aug 05 '14 20:08 ggreg