Skip to content

Commit 3c16c8a

Browse files
committed
fix: Make tracing field optional
1 parent 46fa37d commit 3c16c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-extension/src/events.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub struct InvokeEvent {
2020
/// The function's Amazon Resource Name
2121
pub invoked_function_arn: String,
2222
/// The request tracing information
23-
pub tracing: Tracing,
23+
pub tracing: Option<Tracing>
2424
}
2525

2626
/// Event received when a Lambda function shuts down.

0 commit comments

Comments
 (0)