Home › Forums › AWS › AWS Certified Developer Associate › Question about getting updated data from API GW with LEAST effort › Reply To: Question about getting updated data from API GW with LEAST effort
-
Arghya,
Using no-cache is wrong. That’s an obsolete way of invalidating the cache:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
AWS docs said to use max-age:0 and not the no-cache value.