Is there a way to fetch the default region your on aws using the aws api? Im currently using the golang aws sdk
Not sure about golang but in the CLI:
aws configure list
Your account doesn't have a default region per se. The default region is particular to a client (such as your browser; when you select a region it's saved to a cookie or maybe local storage).