6 ms·
I wonder how this is different from Lambda@Edge.
by deadA1ias 5y ago
I wonder how this is different from Lambda@Edge.
- Tea418 5y agoFunctions 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.
- Ipolitas 5y agoCFF 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.