Radical Simplicity in Cloud Architecture
The Developer Experience, and unexpected use cases of "old" technology, that emerges from serverless.

Search for a command to run...
Articles tagged with #cloud
The Developer Experience, and unexpected use cases of "old" technology, that emerges from serverless.

AWS StepFunctions is a fantastic service for orchestrating complex workflows. But testing StepFunctions has always been... tricky. You could execute the entire state machine, observing side effects and final outcomes, but this approach often feels li...

AWS Simple Queue Service (SQS) provides a reliable and scalable messaging solution, while AWS Lambda offers serverless computing capabilities. Combining these two services can enable robust and event-driven architectures. In this blog post, we will e...

AWS WAF, the managed Web Application Firewall, is a commonly used service to secure APIs, load balancers, and applications. But because of how the pricing model is set up for WAF, the costs can quickly spiral out of control when adhering to the AWS b...

Organizations have practiced a buy-rather-than-build IT strategy for decades. Buying commercial-of-the-shelf (COTS) software has been good practice for a long time and is therefore dominating the application landscape in many organizations. These mon...

A comparison and showcase of the most commonly used frameworks for building serverless apps on AWS
