def get_resource()

in codes/lambda/api-testing-tester/src/http_request_tester.py [0:0]


    def get_resource(self, service):
        if self.profile is None:
            return boto3.Session().resource(service)
        else:
            return boto3.Session(profile_name=self.profile).resource(service)