If a code block fails repeatedly, Zap Manager will disable the Zap.
Good programming practices would exercise a code block in a unit test, essentially putting the code through scenarios known to have caused problems before (regression testing) and boundary conditions that can have dubious scenarios.
These can avoid failures, exceptions and unwanted results.
Question - what do you recommend for unit testing?
P.S. yes, I understand I can upload code blocks as AWS Lambdas and test them there. I’m looking for something simpler.