Lists the registered handlers by name. The name is a simple String which reflects the name of the trigger in the Lambda Execution API.
List<String> get handlers => _handlers.keys.toList();