Inside a certain function I want to stop the whole Lambda process but not trigger an error. I've tried looking at the context variable to stop it or just calling exit()
but each time it's treated as an error which I don't want to track.
How can I end successfully a Lambda process in Python?