Invalidate the Cache Automatically After Release with AWS S3, SNS, Lambda, and CloudFront
August 20, 2020
AWS, cache, cloudfront, lambda, Node, SNS, Typescript
Prerequisite: A common way to host static websites is to store your website files in an AWS S3 bucket and then cache it using AWS CloudFront. This blog article assumes you already have this setup for your website or web application. Why did we want to invalidate the cache?...