I want to send notification to a PubSubHubBub relay when deploying a website. Using curl I would do curl -X POST 'http://pubsubhubbub.superfeedr.com/' -d'hub.mode=publish' -d'hub.url=<URL> however the web hooks are only offering to specify the URL.
Would I need to turn to lambdas to do that, how much would that extra cost be about?
Without digging too deep into this, yeah if you need to specify custom form-encoded body content, you’ll probably want to proxy that through a Netlify Function since you’ll get all the control you need to set that up.
In terms of pricing, Netlify Functions has a ridiculous free tier Per:
They’re currently priced on a number-of-invocations basis… and free until you pass 125k invocations in a month. If you’re just using functions for build hooks, I don’t think there’s possibly a way that could happen. So free