Tag: golang

  • Easy GoLang AWS SDK V2  Upgrade

    Easy GoLang AWS SDK V2 Upgrade

    In my day job I have a pretty extensive library of routines I use to wrap cloud automation using the vendor libraries as composed functions. That makes things like deploying a stack, or creating an AMI a bit easier. Composed functions allow me to build things in the cloud in a consistent way.  I simply […]

  • CloudFormation Custom Resources

    CloudFormation Custom Resources

    CloudFormation is the Amazon Web Services (AWS) method of creating repeatable infrastructure as code. Technically templates that describe resources to be built in AWS. There are things that either were never implemented in CloudFormation, or need some logic that exceeds what CloudFormation does. For those cases, AWS provided the capability of adding macros and custom […]