Amazon CloudFront Announces CloudFront Functions
aws.amazon.com
Amazon CloudFront Announces CloudFront Functions
1–4 of 4 posts
Re: Amazon CloudFront Announces CloudFront Functions
#2I wonder how this is different from Lambda@Edge.
Re: Amazon CloudFront Announces CloudFront Functions
#3I wonder how this is different from Lambda@Edge.
Functions is cheaper than Lambda@Edge ($0.10 per 1M invocations vs. $0.60 per 1M invocations + duration pricing) but limited to lightweight request manipulation purposes.
Re: Amazon CloudFront Announces CloudFront Functions
#4I wonder how this is different from Lambda@Edge.
CFF is faster and cheaper because it is built natively into CF (vs. using Lambda) and sits at AWS Edge Locations instead of the AWS Regions. IMO, the UI is more intuitive and developer friendly as well.