AWS Kinesis vs SNS vs SQS (with Python examples)

By Dustin Ward

How to choose a decoupling service that suits your use case? In this article we’ll take you though some comparisons between AWS services — Kinesis vs SNS vs SQS — that allow you to decouple sending and receiving data. We’ll show you examples using Python to help you choose a decoupling service that suits your…

What AWS Lambda metrics should you definitely be monitoring?

By Dustin Ward

What are the crucial AWS Lambda metrics you should definitely be monitoring? Your application does not need to be “huge” for it to have enough functions and abstraction to get lost in it. As a DevOps engineer, you can’t cover every single factor. Showing relevant facts and asking the right questions is crucial! So when there’s a fire,…

Extending an AWS CodeBuild environment for CPP applications

By Dustin Ward

AWS FeedExtending an AWS CodeBuild environment for CPP applications AWS CodeBuild is a fully managed build service that offers curated Docker images. These managed images provide build environments for programming languages and runtimes such as Android, Go, Java, Node.js, PHP, Python, Ruby, Docker, and .Net Core. However, there are a lot of existing CPP-based applications,…