mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
717 stars 48 forks source link

Prefer CloudMap to `env` based discovery #143

Closed mweagle closed 5 years ago

mweagle commented 5 years ago

Sparta currently uses environment based infrastructure discovery. Consider migrating this to CloudMap. Possible to use HTTPNamespace approach with custom attributes ?

mweagle commented 5 years ago

Initial commit of CloudMap available with 1.9.3. There is a significant perf penalty for lookup so leaving the current env var lookup as the default.