badsyntax/AWS CloudFront Invalidate
Invalidate CloudFront cache based on paths
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| invalidate-paths | Comma separated list of invalidation paths. For example: root/blog.html,root/index.html | no | "" |
| distribution-id | The CloudFront Distribution Id | yes | — |
| origin-prefix | The prefix of the object location in origin, which will be stripped from the invalidation paths. For example if origin-prefix is "root" and invalidationPath is "root/blog.html" then the final path will be "blog.html" | no | "" |
| default-root-object | The object returned when a user requests the root URL for your distribution. If this path is invalidated then a slash (/) is added to the invalidation paths | yes | — |
| aws-region | The AWS region. For example: us-east-1 | — | — |
| include-origin-prefix | Whether to include origin prefix paths. Useful when paths ere rewritten by Lambda's | — | — |
Outputs
no outputs