You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of hardcoding a map of AWS region codes and their names, we should consider to instead fetch them directly from AWS. There are at least two different options of dealing with this:
Having a go generate target that fetches the regions and generates a file based on them,
Whenever starting the ingester, fetching the regions live from AWS
Considering how infrequently the list changes, option 1 might be less obtrusive.
Instead of hardcoding a map of AWS region codes and their names, we should consider to instead fetch them directly from AWS. There are at least two different options of dealing with this:
go generate
target that fetches the regions and generates a file based on them,Considering how infrequently the list changes, option 1 might be less obtrusive.
See: https://github.com/cycloidio/poc/pull/11#discussion_r498819645
The text was updated successfully, but these errors were encountered: