You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda/lib/function.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ import { addAlias } from './util';
33
33
exportenumTracing{
34
34
/**
35
35
* Lambda will respect any tracing header it receives from an upstream service.
36
-
* If no tracing header is received, Lambda will call X-Rayfor a tracing decision.
36
+
* If no tracing header is received, Lambda will sample the request based on a fixed rate. Please see the [Using AWS Lambda with AWS X-Ray](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) documentation for details on this sampling behavior.
0 commit comments