Skip to content

AWS service-by-region metadata

Notifications You must be signed in to change notification settings

yawn/geographer

Repository files navigation

geographer

Minimal API to determine the effective regions in which a given AWS service is available. The effective regions are determined by general service availability and the regions that are enabled for a given account.

Example

Determine the effectively available regions for EC2:

regions, err := geographer.GetRegions(context.TODO())

if err != nil {
  panic(err)
}

ec2 := geographer.Services["ec2"].Intersection(regions...)

About

AWS service-by-region metadata

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages