def getClient()

in src/get-feedback.py [0:0]


    def getClient(self, name, awsRegion):
        config = Config(
            retries = dict(
                max_attempts = 5
            )
        )
        return boto3.client(name, region_name=awsRegion, config=config)