Cannot interact with my REST API

0

I have created a REST API on Amazon API Gateway. When in my dashboard I try to click on the API I have created , in the APIs page, first the screen becomes white, and then it goes back to the APIs page, without letting me configure the API I have created.

Do you know if I have to add a policy and which one eventually?

1 回答
1

It seems like your ID might need API gateway as a trusted entity. Please try these steps

  1. Open the IAM console.
  2. On the navigation pane, choose Roles.
  3. Choose Create role.
  4. In the Select type of trusted entity section, choose AWS service.
  5. In the Choose a use case section, choose API Gateway.
  6. In the Select your use case section, choose API Gateway.
  7. Choose Next: Permissions. Just Click Next
  8. Add tags (optional), and then choose Next: Review.
  9. For Role name, enter a name for your policy. For example: api-gateway-rest-api
  10. Choose Create role
  11. Add role to your User ID.
profile pictureAWS
已回答 2 年前
  • What do you mean with "Add role to your User ID"? I have asked the administrator of my account and he attached the role to a Policy linked to my account, but the problem is still there

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则