X-RAY with lambda and python
Your Lambda function is slow and you have no idea which part is causing it. X-Ray traces each invocation, shows you service map connections, and breaks down where time is being spent. It is the difference between guessing and knowing. TL;DR: Add AWS X-Ray tracing to a Python Lambda function to get distributed traces and … Read more