def run(self, event, context): return PullMode.run(self)
def run(self, event=None, lambda_context=None): """Run the actual policy.""" return PullMode.run(self)