Discussions

Ask a Question
Back to All

Addon with webhook to AWS Lambda function is not firing consistently

We have created an add-on that sends data to an AWS Lambda function on various events (e.g. Job Create, Job Update). Sometimes the webhook is firing as expected, at other times we either never receive the event to our Lambda function, or we receive it many days later. Often we need to make an update to a job in order for it to trigger the webhook to send the event to our Lambda function.

We have had this webhook running for many years, and in the past it was 100% reliable. Over the last year or so, we have seen more and more instances of the webhook not firing.

Where can we go to see logs of the webhook firing? Obviously we can see logs in our AWS Lambda function when we receive the trigger, but in instances where we are never sent the trigger, where can we go to see if there was some kind of exception firing the webhook?