最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How can I see network traffic between API Gateway and my (ECS) Service? - Stack Overflow

programmeradmin4浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论