First impressions using Aws CDK With Golang
· 3 min read
AWS recently announced Go Support for the AWS Cloud Development Kit. We’ve been looking forward to this, primarily as GoLang is the preferred language of our application teams, and thus using the same language for the Service and the Infrastructure As Code (IAC) would be very useful.
I’ve previously experimented with AWS’s CDK with TrueScript for some support services. In terms of an IAC toolkit, it worked well. It was nice to use a programming language, rather than template file to define the infrastructure required.