Best IaC Dev Experience

Pulumi is amazing

Recently I played around with Pulumi, and I deployed a stack for handling my contact form submissions. If you are unfamiliar with Pulumi, it is similar to Terraform where you have Infrastructure as Code (IaC) where you can deploy resources to Azure, AWS, and GCP.

The solution I deployed with Pulumi was an AWS API Gateway that calls a Lambda function to insert the data into AWS S3. The solution is relatively straight forward, and setting it up with Pulumi was fairly easy. I used C#/.Net as the language for Pulumi instead of Python this time. I do prefer this over AWS CDK, but the two definitely share some similarities.

If you are interested at checking out the Pulumi stack that I deployed, please check out the link below.