Exemple #1
0
func IAM() *iam.IAM {
	return iam.New(awsConfig())
}
Exemple #2
0
func IAM() *iam.IAM {
	return iam.New(session.New(), awsConfig())
}