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