Serverless Packet Capture (opens in new tab)
A packet capture is a log of network traffic at an interface, and useful for diagnosing a wide variety of issues in distributed (internet/intranet) systems. If you you need to know who sent what, to who and when a packet capture will tell. How Packet Captures Help In most cases your web/API handler gets a runtime object representing each request, and for debugging those can be logged (e.g. written to CloudWatch) so no need to actually see the network packets that made up the request, right? M...
Read the original article