
How To Build Infrastructure as Code With Pulumi And Golang - Part 2
Discover the latest advancements in Pulumi's Go SDK! Uncover improved struct typing, enhanced YAML config parsing, and simplified DynamoDB table creation. Streamline your Infrastructure as Code with Pulumi and Golang.
Going into the series on creating Infrastructure as Code on AWS using Pulumi, I knew the team there was actively working on improving and expanding the Go support in Pulumi. What I didn’t realize is that it would be so quick and would be such a great improvement to the underlying code I needed to write. In this post, I’ll go over some of the code from my previous blog posts and update them to match the new SDK.