This repository was archived by the owner on Apr 12, 2018. It is now read-only.
This repository was archived by the owner on Apr 12, 2018. It is now read-only.
Do not connect to the SWF API when instanciating models #42
Open
Description
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.