manifest / performance / wack-cloudfront-invalidation
WACK CloudFront Invalidation
WACK CloudFront Invalidation is a WordPress plugin that helps you to run invalidation on CloudFront after a post is published or updated.
by KODANSHAtech LLC. · github.com/kodansha/wack-cloudfront-invalidation · website
★ 0stars
890composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kodansha/wack-cloudfront-invalidation/archive/refs/heads/main.zipAlso on Packagist as kodansha/wack-cloudfront-invalidation:
composer require kodansha/wack-cloudfront-invalidationFrom the readme
WACK CloudFront Invalidation
WACK CloudFront Invalidation is a WordPress plugin that helps you to run
invalidation on CloudFront after a post is published or updated.
It is designed to work with the WACK Stack, but can be used with any WordPress
installation that uses CloudFront as a CDN.
How it works
This plugin triggers invalidation for published content updates by using:
- savepost
- restafterinsert{posttype} (for post and public custom post types)
It skips autosaves, revisions, and unpublished states such as draft and
auto-draft.
Installation
- Requires PHP 8.2 or later
- Requires WordPress 6.7 or later
- Requires Composer
Using Composer
[!NOTE]
This plugin is not available on the WordPress.org plugin repository.
The only installation method currently available is through Composer.
Configuration
AWS credentials
WACK CloudFront Invalidation uses AWS SDK for PHP to send invalidation requests
to CloudFront, so you need to configure AWS credentials. Please refer to the
AWS SDK for PHP documentation
for more information on how to set up credentials.
CloudFront Distribution ID
You can configure a CloudFront Distribution ID in either of the following ways:
1. Set WA
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.2.2 | Feb 26, 2026 |
| v0.2.1 | Feb 26, 2026 |
| v0.2.0 | Feb 17, 2026 |
| v0.1.3 | Feb 12, 2026 |
| v0.1.2 | Feb 12, 2026 |
| v0.1.1 | Apr 30, 2025 |
| v0.1.0 | Apr 28, 2025 |
| v0.0.2 | Apr 15, 2025 |
| v0.0.1 | Apr 14, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.