Python error handling in AWS Lambda
Python, used in around 53% of all Lambda functions, is the most popular language for doing Serverless. In this article, you’ll get an overview of the need-to-knows for error handling Python in AWS Lambda. Failure types There are a lot of different things that can go wrong in your Lambda so let’s break each of…