func TestInterface(t *testing.T) { assert.Implements(t, (*iamiface.IAMAPI)(nil), iam.New(nil)) }
func IAM() *iam.IAM { return iam.New(awsConfig()) }