Skip to main content

A wagtail hook to invalidate AWS's CloudFront cache when a page is updated

Project description

A Wagtail hook to invalidate a path when a page is updated

Installation

pip install wagtail-cloudfront-invalidate

Configuration

INSTALLED_APPS = [
    'wagtail_cloudfront_invalidate'
]

AWS_ACCESS_KEY_ID = '<your access key id>'

AWS_SECRET_ACCESS_KEY = '<your secret key>'

CLOUDFRONT_DISTRIBUTION_ID = '<your distribution id>'

WAGTAIL_CLOUDFRONT_INVALIDATE_ENABLED = True #defaults to False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-cloudfront-invalidate-1.1.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page