Networking & Content Delivery
Tag: Amazon Simple Storage Service (S3)
Handling Redirects@Edge Part 2
In continuation with our series on Handling Redirects@Edge, in this blog post, we will explore how you can leverage Amazon CloudFront, Lambda@Edge and Amazon Simple Storage Service (S3) to offload the origin from URL redirection with more advanced capabilities. As part of this solution, we offer a simple custom-built user interface to define and manage […]
Handling Redirects@Edge Part 1
A HTTP URL redirect is a webserver function that redirects a user to a different URL from the one they originally requested. Redirections are useful when you want a short easy to remember URL which when accessed redirects you to the actual landing page. URL shortener services are a good example of this use case. […]
Deliver Your App’s Dynamic Content Using Amazon CloudFront – Getting Started Template
Many websites and web applications serve a combination of static content—HTML, CSS, JPG, or other files that all end viewers can see—and dynamic content, which is personalized for each end viewer. Fortunately, Amazon CloudFront can serve both types of content, to reduce latency, protect your architecture, and optimize costs. In this post, we demonstrate how […]
Amazon S3 + Amazon CloudFront: A Match Made in the Cloud
Come read how S3 & CloudFront work together and then use the CloudFormation template provided within the blog to easily get started. The CloudFormation template creates an S3 bucket and then adds a CloudFront distribution with Origin Access Identity to secure your origin.
Resizing Images with Amazon CloudFront & Lambda@Edge | AWS CDN Blog
Do you have lots of images that need to be modified before delivery? No problem with Amazon CloudFront and Lambda@Edge. Read more on how you can use our services to modify image dimensions, apply watermarks, or optimize formats based on browser support all on the fly. Optimizing your image delivery can lead to a better experience for your users while also reducing your bandwidth usage.