- Newest
- Most votes
- Most comments
Hi,
AWS API Gateway is also integrated with AWS CloudTrail, which can record all calls to the API of the Gateway: https://docs.aws.amazon.com/apigateway/latest/developerguide/cloudtrail.html
I would start by trying to activate this for your gateway to see if your get the calls of you GDG calls recorded or not by CloudTrail. If yes, you'll also get the returned http status to get a better idea of the problem.
Best,
Didier
Hi Didier,
Thanks for the suggestion. We enabled CloudTrail for the API Gateway, but we found that CloudTrail only logs management events and does not capture public requests like those coming from GBG. This means we couldn't use it to trace those specific webhook calls. Additionally, we have CloudWatch attached to the API Gateway to collect logs for every call, and while it works perfectly for requests from Postman and other services like Cloud Run, it still does not log anything when GBG sends requests through the API Gateway. It seems the GBG webhook requests aren’t reaching the Gateway at all, despite no authentication or other restrictions being set up.
Any further guidance would be appreciated!
Best,
Hemant
