How to create an IAM User using apache camel?

后端 未结 1 1161
耶瑟儿~
耶瑟儿~ 2021-01-26 08:46

I have a camel rest api. I was trying to create an IAM User using apache camel framework. The code is like so ->

.post("iam-create-user")
   .route()         


        
相关标签:
1条回答
  • 2021-01-26 09:27

    The iamClient reported in the example (#amazonIAMClient) is an instance of IAMClient you'll need to put in the Camel registry with a bind name amazonIAMClient.

    I think you need to specify region as aws-global for this particular component.

    Maybe add the full stack trace of your error.

    0 讨论(0)
提交回复
热议问题