AWS Lambda Function TracingConfig
TracingConfig
is a property of the AWS::Lambda::Function resource that configures tracing settings for your AWS Lambda (Lambda) function.
For more information about tracing Lambda functions, see Tracing Lambda-Based Applications with AWS X-Ray in the AWS Lambda Developer Guide.
Syntax
JSON
{ "
Mode
" :String
}
YAML
Mode
:String
Properties
Mode
-
Specifies how Lambda traces a request. The default mode is
PassThrough
. For more information, seeTracingConfig
in the AWS Lambda Developer Guide.Required: No
Type: String
Update requires: No interruption