hamza-louis/AWS CloudFront Cache Invalidation Action
Invalidate cache within a specific AWS CloudFront distribution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | CloudFront is basically regionless, but it requires you to use any region to talk to it | yes | — |
| cf_distribution_id | The ID of the CloudFront distribution you want to manage. This is required for operations such as invalidation or updating distribution settings | yes | — |
| cf_invalidation_paths | A list of paths to invalidate in the CloudFront distribution. Paths should be specified as an array of strings, e.g., ["/index.html", "/*"]. Use "/*" to invalidate all objects | yes | — |
Outputs
no outputs