Skip to content

Use this easy to understand boto3 script to invalidate CloudFront cache every time there is a new version of your file in s3 bucket

Notifications You must be signed in to change notification settings

stuffbyt/InvalidateCloudFrontCacheLambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

InvalidateCloudFrontCacheLambda

Use this easy to understand boto3 script to invalidate CloudFront cache every time there is a new version of your file in s3 bucket

Services used

CloudFront - S3 - Lambda

Lambda has a trigger added to it so that when you upload a new file to the s3 bucket, it will invoke the Lambda function, which will then extract the file name to be invalidated from the given CloudFront distribution.

About

Use this easy to understand boto3 script to invalidate CloudFront cache every time there is a new version of your file in s3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages