Amazon CloudFront examples using the Amazon SDK for PHP Version 3 - Amazon SDK for PHP
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon CloudFront examples using the Amazon SDK for PHP Version 3

Amazon CloudFront is an Amazon web service that speeds up serving static and dynamic web content from your own web server or an Amazon server, such as Amazon S3. CloudFront delivers content through a worldwide network of data centers called edge locations. When a user requests content that you’re distributing with CloudFront, they’re routed to the edge location that provides the lowest latency. If the content isn’t cached there already, CloudFront retrieves a copy from the origin server, serves it, and then caches it for future requests.

For more information about CloudFront, see the Amazon CloudFront Developer Guide.

All the example code for the Amazon SDK for PHP Version 3 is available here on GitHub.