We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2124e11 commit f1ec5e4Copy full SHA for f1ec5e4
Sources/AWSLambdaRuntimeCore/ControlPlaneRequest.swift
@@ -54,8 +54,7 @@ struct Invocation: Hashable {
54
self.requestID = requestID
55
self.deadlineInMillisSinceEpoch = unixTimeInMilliseconds
56
self.invokedFunctionARN = invokedFunctionARN
57
- self.traceID = headers.first(name: AmazonHeaders.traceID) ??
58
- "Root=\(AmazonHeaders.generateXRayTraceID());Sampled=0"
+ self.traceID = headers.first(name: AmazonHeaders.traceID) ?? "Root=\(AmazonHeaders.generateXRayTraceID());Sampled=0"
59
self.clientContext = headers["Lambda-Runtime-Client-Context"].first
60
self.cognitoIdentity = headers["Lambda-Runtime-Cognito-Identity"].first
61
}
0 commit comments