AWS Step Functions Error Handling

By Dustin Ward

If you think it’s possible to accomplish great things without going through numerous trials and errors first — you’re wrong. We learn to become better and more efficient through experience, and gaining experience requires you to make multiple attempts, but it also requires you to fail to learn from your mistakes. You’ll achieve greatness only once…

AWS Well-Architected Framework in Serverless Part III: Reliability Pillar

By Dustin Ward

This is part three of the “Well-Architected in Serverless” series where we decipher the AWS Well-Architected Framework (WAF) pillars and translate them into real-life actions. In this article, we will focus on the AWS WAF Reliability (REL) pillar. The Reliability Pillar Unlike the Operational Excellence (OPS) and Security (SEC) pillars, the REL pillar is tradable.…

AWS Well-Architected Framework in Serverless Part II: Operational Excellence

By Dustin Ward

Welcome to part two of the five-part “Well-Architected Serverless” series. This article will discuss the second most crucial pillar of the AWS Well-Architected Framework (WAF): Operational Excellence (OPS). The WAF Operational Excellence Pillar The OPS and the Security pillar (SEC) form the core of the AWS Well-Architected framework. The OPS pillar is a catalyst for…

AWS Well-Architected Framework in Serverless Part I: Security

By Dustin Ward

Welcome to part one of our five-part “AWS Well-Architected Framework in Serverless” series. In this article, we’ll give you a short introduction to the AWS Well-Architected Framework and dive deeper into the Security pillar to explain it and some actionable ideas related to it. Introduction to the Well-Architected Framework The AWS Well-Architected Framework (WAF) is…

Microservices and Serverless: Winning Strategies and Challenges

By Dustin Ward

The concept of a microservice perfectly fits the structure of a serverless function, which easily enables deployment and runtime isolation for different services. On the storage side, services such as DynamoDB also make it easier to have independent databases for each microservice and scale them independently (when required or desirable). Before we dive into details, please consider whether the benefits…

AWS Step Functions Use Cases

By Dustin Ward

As you probably already know, Step Functions is a serverless Workflow Service provided by Amazon Web Services (AWS). There’s a lot to discuss about this service, and you’ll find plenty of vital information in our AWS Step Functions: The Ultimate Guide as well as in our series of articles that’ll dive deep into various aspects regarding this…