I need to remember this interesting technique so let me write a blog post.
I read this on Jason Lengstorf’s blog.
Basically we can use Netlify’s Durable Caching to cache responses of Netlify’s serverless functions, shared across all edge nodes.
Here’s the documentation about them on Netlify, and a blog post on how to use them within Astro.