Example
To create the AWSCloudFrontHandler object with AWS credentials. The AWSCloudFrontHandler enables you to interact with CloudFront for tasks such as listing distributions, cache behaviors, access control settings, and certificates.cloudfront_handler_test.py
The list_distributions method retrieves all CloudFront distributions.
The list_certificates method retrieves all ACM-managed certificates in us-east-1, typically used with CloudFront.
The list_cache_behaviors method shows default and ordered cache behaviors for all distributions.
The list_access_control_configs method retrieves access control settings like geo-restrictions and WAF associations.