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 Risposta
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
con risposta 2 anni fa
  • 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

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande