Question
Webhooks seem to never reach the AWS API (using Lambda and API Gateway)
I have setup webhook subscriptions both to a local ngrok server as well as my deployed API in AWS which is serviced via API Gateway and Lambda. I have confirmed that both subscriptions are definitely active. They also both have the same events setup for the subscription. However, when an appointment is booked only my local ngrok server seems to get a request. The API in AWS seems to never get triggered. Is there a way to see what the specific issue was and if Calendly actually called the API?
