How to Build, Deploy, and Debug a Food Delivery App on AWS

By Dustin Ward

Full article here: https://dashbird.io/blog/build-deploy-debug-aws-app/ The serverless technology feels as exciting and challenging as it was deploying our first app to the internet, seeing it come to life, work and also crash a lot. The latter happening more than we wanted at the begging, but later, when we managed to overcome that challenge, we felt like…

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…