def can_handle()

in example/lambda/index.py [0:0]


    def can_handle(self, handler_input, exception):
        # type: (HandlerInput, Exception) -> bool
        return True