def build()

in utils/wheel_feeder.py [0:0]


    def build(self):
        """
        Drives the process of getting credentials from the User and initializing valid session with Cognito.
        """
        print("Initiating Authentication with Cognito")
        self._prompt_for_credentials()
        self._initalize_tokens()
        return self