rkoval / alfred-aws-console-services-workflow

A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them.
MIT License
312 stars 54 forks source link

pull console-services yml into go file to be compiled into the binary #44

Open rkoval opened 3 years ago

rkoval commented 3 years ago

this will likely speed up runtime since the .yml file won't need to be read separately from disk after the binary is loaded into memory

this should be benchmarked to measure before/after comparisons