Amazon CloudFront is a fast Content Delivery Network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds. CloudFront works seamlessly with services like S3, API Gateway, and ACM for SSL/TLS certificates.Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.

