Configure EC2 the Cloud-Native Way Using AWS Parameter Store

The Twelve-Factor App, a commonly used set of guidelines for building cloud-native applications, requires an application to exhibit “strict separation of config from code“. A key takeaway from this guideline is that you should not configure credentials to data sources …

Read More

Testing GitHub Actions…With Actions

There are plenty of useful blog posts on how to write a GitHub Action, but while writing my own Action, I didn’t find much material out there on how to help me properly test it. In this blog post, I want to talk about how I implemented automated testing of my Action, hoping that you can benefit from this as well.

Read More