Amazon CloudFront Announces CloudFront Functions
aws.amazon.comI 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.
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.