in codes/lambda/api-testing-tester/src/http_request_tester.py [0:0]
def get_client(self, service):
if self.profile is None:
return boto3.client(service)
else:
return boto3.Session(profile_name=self.profile).client(service)