Inside my lambda edge viewer response function I need to understand if the response comes from Cloudfront cache or Origin server -
I was thinking to pass the response header from origin response function however its' value stays in cache so on subsequent requests it's also returned.
Do you think it's possible to achieve such detection?