Hacker News new | ask | show | jobs
by heurisko 1747 days ago
If you are able to share the story, what went wrong with the webhook?
1 comments

It was a 3rd party resource that when updated would call a lambda via a webhook, which would then update the 3rd party resource. So it would create an infinite loop for each resource that was modified.

Dumb mistake...