Python error handling in AWS Lambda

By Dustin Ward

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…

AWS identity and access management

By Dustin Ward

From the basic to advanced concepts of AWS own service for identity and access management: users, groups, permissions for resources and much more. For seriously working with AWS, there’s no way around its Identity and Access Management (IAM) service. Skipping to understand its core principles will bite you again and again in the future️. Take…