Lambda AWS shut down when I throw an exception?
In my code, I throw an exception when an illegal state happens. I want to know how Lambda deals with it if the service shut down or not.
I can't find any reference to it, in their documentation, it's all about handling the errors/exception. But I want to know if a unhandled exception should shut down my Lambda service.