You are creating an IAM permissions policy in the Amazon API Gateway console.
Which HTTP request method will provide read access to the resources, when setting the actions allowed?
PUT
GET
POST
SELECT
Answers
Answered by
55
The answer of the given question
Explanation:
- Turn on the IAM-authentication for an API method in the API Gateway console. We should use resource policies & IAM policies to designate or require permissions for your API's users.
- In API-Gateway console, choose name of the API.
- In the Resources pane, choose a method such as POST or GET that you want to activate IAM-authentication for.
- GET is the HTTP request method that will read access to resources.
Answered by
46
Answer:
GET is the answer for this question
Similar questions