So I’m delving a little bit into what Zeit is calling “Serverless Prerendering” (https://zeit.co/blog/serverless-pre-rendering), and was wondering what might be achievable with Netlify. Ideally I was wondering about setting up a webhook that would be used whenever editors update something on the CMS. This webhook would run a lambda function leveraging headless chrome to prerender the edited page with new data and then update the CDN cache so that visitors would see the changes instantly without having wait for the site to be rebuilt. The main issue I see here is that I’m not sure we are able to programmatically update a single asset on the CDN like that.
Any thoughts?