<?php is_callable(mixed $value, bool $syntax_only = false, string &$callable_name = null): bool
<?php return $handler->handle($event, $context); } if (is_callable($handler)) { return $handler($event, $context); }