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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인