Blogs

Resilient event-driven Serverless architectures: Isolate your dependencies

Most systems grow over time. Dependencies are added, and availability suffers. How can we design ...

All you need to know about AWS re:Invent in 2019

re:Invent was a blast: five days packed with announcements of new services and features. We ...

re:Invent 2020: Recap of Werner Vogels’s Keynote

Werner Vogels’s keynote was a blast and definitely the highlight of re:Invent 2020. Michael and ...

Reference API Gateway Models in CloudFormation

API Gateway Models are defined using JSON Schema. You can reference a Model inside another ...

Reduce your AWS bill with Savings Plans

We are getting used to consuming compute capacity on-demand. The pay-per-use model is an essential ...

Reduce GitHub runner costs by leveraging EC2 spot instances

We learned the hard way, that GitHub Actions is getting expensive when using GitHub-hosted runners. ...

Record AWS API calls to improve IAM Policies

Have you ever looked at an IAM policy and wondered: Is it really necessary to ...

Real-world CodePipeline CI/CD examples

AWS CodePipeline helps us to orchestrate CI/CD pipelines. To implement real-world pipelines, CodePipeline calls additional ...

Rapid CI/CD with CodeBuild to deploy PHP and Docker

There are many options available when you are looking for ways to implement a deployment ...