Skip to content

Commit

Permalink
fix: Make tracing field optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rebu-dt committed May 23, 2024
1 parent 46fa37d commit 3c16c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-extension/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct InvokeEvent {
/// The function's Amazon Resource Name
pub invoked_function_arn: String,
/// The request tracing information
pub tracing: Tracing,
pub tracing: Option<Tracing>
}

/// Event received when a Lambda function shuts down.
Expand Down

0 comments on commit 3c16c8a

Please sign in to comment.