I wonder if someone help me to understand Lambda Xray tracing please?
I have a Lambda function with cold start as below. As you can see, theres 699ms cold start. But what I don't understand why it also has high invocation duration. If I repeatedly invoke the function, the invocation duration will always be around 200-300ms.
I did another experiment when the Lambda function is still warm but not frequently invoked. Basically, I waited for 1 min before invoke the function again. The results showed the Lambda function had high invocation duration as well
This is very strange. I wonder what is included in the invocation time in xray tracing?