ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

388 / 474

Question 388:

You are an API developer for a large corporation and have been asked to investigate a public API`s latency problem in API Gateway. Upon investigation, you realize that all clients making requests to the API are invalidating the cache using the Cache-Control header,which has increased the latency of the API. How will you invalidate the API cache by reducing the latency of the API?

Answer options:

A.Flush entire cache.
B.Disable API caching.
C.Set TTL value to 0 (zero)
D.Check Require Authorization box.