Notes on logging custom headers when using AWS API Gateway

What are access and execution logs

It is common to leverage logs to monitor your API Gateway. It is a good and simple way to be able to validate your error rates, request times and some other basic information to help you troubleshoot when something wrong happens with your service.

Read more