Tagged with

Cloudfront

Serverless redirect with CloudFront Functions

2024-01-31

serverless, cloudfront, functions


How do we efficiently redirect users from one site to an other? In this post we'll create a solution using serverless technologies to handle this redirect in an efficient way. We'll use AWS, CloudFront, and the new Function KeyValueStore.

Migrating from Lambda@Edge to CloudFront Functions

2021-07-19

Serverless


How to migrate your Lambda@Edge functions to CloudFront Functions and the different benefits of doing that.

CloudFront deployments with Lambda@Edge

2021-03-10

Serverless


How to do blue/green deployments to Amazon CloudFront using Lambda@Edge