Hacker News new | ask | show | jobs
by deadA1ias 1869 days ago
I wonder how this is different from Lambda@Edge.
2 comments

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.