Blog
Automating AWS Infrastructure Deployment with Pulumi
Infrastructure as Code (IaC) enables consistent and reliable infrastructure deployments while reducing human error due to handcrafting resources with Infrastructure as Point-and-Click (IaPaC). I've used CloudFormation, CDK, and Terraform in the past, and they work well. However, I recently heard about Pulumi, and I used it to deploy the AWS resources for my AppConfig automation. Check out my experiences in this blog...
Posted March 16, 2023 by Trevor Roberts Jr ‐ 4 min read
Modifying Application Behavior with Go Lambda Functions and AWS AppConfig Feature Flags
The Obi-Wan Kenobi series' depiction of the conflict between light and dark reminded me of a similar struggle faced by my favorite video game character: Cecil (Final Fantasy IV). I used AWS AppConfig Feature Flags to dynamically generate an information page about Cecil based on his decision...
Posted July 5, 2022 by Trevor Roberts Jr ‐ 7 min read