giantswarm / aws-operator

Manages Kubernetes clusters running on AWS (before Cluster API)

Home Page:https://www.giantswarm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look into using a templating library for Cloud Formation

rossf7 opened this issue · comments

Currently, the Cloud Formation template for the ASG stack is a plain Go template. Using https://github.com/crewjam/go-cloudformation might make it easier to generate templates and provide better type safety.

But this involves integrating another library and it depends on how much we use Cloud Formation in the operator.

Feedback from @kopiczko on crewjam/go-cloudformation #374 (comment)

@teemow this is what you are currently working on AFAIK. Can we link and close this issue to your actual one?