1 Answer
- Newest
- Most votes
- Most comments
1
On the face of it, yes CloudFront can do what it is you are looking for.
Your starting point of "everything can be cached", yes CloudFront can do that.
Checking for the presence (or absence) of a particular cookie falls under CachePolicyCookiesConfig data type https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CachePolicyCookiesConfig.html
Checking whether any part of the URL matches a specific string would fall under PathPattern within CacheBehavior https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehavior.html
Relevant content
- asked 3 years ago
- asked a year ago
- asked a month ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
Thank you kindly!