I am trying to view the requests and responses between API Gateway and my Service. I can see logs in cloudwatch, but they are not very informative:
{
"requestTime": "\"11/Mar/2025:15:17:40 +0000\"",
"requestId": "\"HRI34j5io3j4EJCQ=\"",
"httpMethod": "\"OPTIONS\"",
"path": "\"/some/path\"",
"routeKey": "\"OPTIONS /some/{proxy+}\"",
"status": "200",
"responseLatency": "74",
"integrationRequestId": "\"-\"",
"integrationStatus": "\"200\"",
"integrationLatency": "\"70\"",
"integrationServiceStatus": "\"200\"",
"ip": "\"79.666.99.157\"",
"userAgent": "\"...\""
}
But I'd like to see the actual requests and responses being received by my running container on Fargate. How can I do this?