We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tracing
1 parent 46fa37d commit 3c16c8aCopy full SHA for 3c16c8a
lambda-extension/src/events.rs
@@ -20,7 +20,7 @@ pub struct InvokeEvent {
20
/// The function's Amazon Resource Name
21
pub invoked_function_arn: String,
22
/// The request tracing information
23
- pub tracing: Tracing,
+ pub tracing: Option<Tracing>
24
}
25
26
/// Event received when a Lambda function shuts down.
0 commit comments