Struct lambda_extension::InvokeEvent
source · pub struct InvokeEvent {
pub deadline_ms: u64,
pub request_id: String,
pub invoked_function_arn: String,
pub tracing: Tracing,
}
Expand description
Event received when there is a new Lambda invocation.
Fields§
§deadline_ms: u64
The time that the function times out
request_id: String
The ID assigned to the Lambda request
invoked_function_arn: String
The function’s Amazon Resource Name
tracing: Tracing
The request tracing information
Trait Implementations§
source§impl Debug for InvokeEvent
impl Debug for InvokeEvent
source§impl<'de> Deserialize<'de> for InvokeEvent
impl<'de> Deserialize<'de> for InvokeEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more