/go-refresh-webhooks

Webhooks created on a project management website would intermittently stop working. The solution was to delete the webhook and resubmit it to the API. Since this is happening so often now, build a script that runs once a day on AWS Lambda to delete all the current webhooks and then resubmit them via the websites API

Primary LanguageGo

Watchers