in aws.go [165:172]
func (a *AWS) CurrentPrincipalARN() (string, error) { res, err := a.sts.GetCallerIdentity(&sts.GetCallerIdentityInput{}) if err != nil { return "", err } return *res.Arn, nil }