You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
All models inherit from
core.ConnectedSWFObjectthat 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.