Hacker News new | ask | show | jobs
by hedora 217 days ago
For endpoints that cannot be cached, do customers still have to wait for serverless containers to cold start?

I can’t tell from reading through the docs.

There’s a reference to delegating requests to regular AWS services, so I assume not, but it’s hard to tell without actually setting up free tier, then testing from random geographic locations.

1 comments

It's specifically CloudFront Functions and not something like Lambda nor Lambda@Edge, so cold start shouldn't be a notable issue but you're far more limited in what you can do with them.

I think this is more suited for simpler use cases if you truly want to stay within the boundaries of the free plan.