A Buildkite plugin that invalidates AWS Cloudfront caches.
steps:
- plugins:
- envato/aws-cloudfront-invalidation#v0.1.0:
distribution-id: <cloudfront-distribution-id>
paths:
- <path/files/to/be/invalidated>
debug: true
The id of the Cloudfront distribution to create an invalidation for.
One or more invalidation paths.
Adds the --debug
flag to all AWS CLI commands, providing detailed output for troubleshooting.
To run the tests:
docker-compose run --rm tests
To run the Buildkite Plugin Linter:
docker-compose run --rm lint