errm / ekstrap

Bootstrap for EKS, no longer maintained!
Apache License 2.0
9 stars 0 forks source link

Reimpliment Code Generation in go #60

Open errm opened 5 years ago

errm commented 5 years ago

58 introduces some code generation as a ruby script that pulls some data from AWS pricing API and documentation. It would be nice to reimplement this using go tools.

Looks like these are some good candidates:

https://github.com/gocolly/colly - scraping framework https://github.com/dave/jennifer - code generation

mtpereira commented 5 years ago

Having that running on CI and opening a PR with the intended changes would be gold!

errm commented 5 years ago

Oh yeah sweet... In fact we could do that without even doing the rewrite!