hookdeck-vercel
hookdeck-vercel copied to clipboard
Authenticate, delay, filter, queue, throttle, and retry asynchronous HTTP requests (e.g., webhooks) made to a Vercel application via a middleware integration with Hookdeck
The present output is something like the following, which is very verbose: ``` Connection updated { id: 'web_385vBCWBo7t3', team_id: 'tm_rWCCtze3Vbfa', updated_at: '2024-04-26T20:21:59.631Z', created_at: '2024-04-26T20:06:52.778Z', paused_at: null, name: null, rules: [...
On build the 'hookdeck-vercel deploy' looks for the hookdeck.config.js which is a commonJS module. Would it be possible to add support for typescript configs for projects where commonJS is not...