Metadata-Version: 2.1
Name: sceptre-cloudfront-invalidation-hook
Version: 0.1
Summary: A hook for triggering CloudFront invalidation.
Home-page: https://github.com/trinopoty/sceptre-cloudfront-invalidation-hook
Author: Trinopoty Biswas
Author-email: Trinopoty Biswas <trinopoty@outlook.com>
Project-URL: Homepage, https://github.com/trinopoty/sceptre-cloudfront-invalidation-hook
Project-URL: Issues, https://github.com/trinopoty/sceptre-cloudfront-invalidation-hook/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Sceptre CloudFront invalidation hook

Provides hook to trigger invalidation on CloudFront distribution.

## Usage

In your config file, add the hook as follows:

```yaml
hooks:
  hook_point:
    - !cloudfront_invalidate distributionIdSpecifier paths...
```

`distributionIdSpecifier` can be either `Resources.MyResourceName` or `Outputs.MyOutputName`

Multiple paths can be specified in a single request.
