I need to be able to see the logs for my calls on AWS API Gateway
. When I perform the calls from within Gateway's Dashboard I can see them under the Logs
section.
How can I see them for external call (e.g.: calls made using curl
)?
I tried enabling CloudWatch but I can only see the metric, and not the actual log messages.