Topic 1 Question 19
A company is offering APIs as a service over the internet to provide unauthenticated read access to statistical information that is updated daily. The company uses Amazon API Gateway and AWS Lambda to develop the APIs. The service has become popular, and the company wants to enhance the responsiveness of the APIs. Which action can help the company achieve this goal?
Enable API caching in API Gateway.
Configure API Gateway to use an interface VPC endpoint.
Enable cross-origin resource sharing (CORS) for the APIs.
Configure usage plans and API keys in API Gateway.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A👍 3Untamables2023/03/21
- 正解だと思う選択肢: A
I vote for A
👍 3svrnvtr2023/03/21 - 正解だと思う選択肢: A
A. Enable API caching in API Gateway can help the company enhance the responsiveness of the APIs. By enabling caching, API Gateway stores the responses from the API and returns them for subsequent requests instead of forwarding the requests to Lambda. This reduces the number of requests to Lambda, improves API performance, and reduces latency for users.
👍 2Bibay2023/05/06
シャッフルモード