Context:
Currently deep zoom assets aren't cached in the browser, so the browser would still request for the assets even when it already got it
DoD:
- Update CloudFront cache header to tell the browser to cache the images for at least an hour
Example:
Header Name: Cache-Control
Header Value: public, max-age=3600
In dev Cloudfront:

Context:
Currently deep zoom assets aren't cached in the browser, so the browser would still request for the assets even when it already got it
DoD:
Example:
In dev Cloudfront:
