diff --git a/lambda-runtime/src/runtime.rs b/lambda-runtime/src/runtime.rs index caac0983..88a9c6a9 100644 --- a/lambda-runtime/src/runtime.rs +++ b/lambda-runtime/src/runtime.rs @@ -231,7 +231,7 @@ where } Err(e) => { error!( - "Could not marshal output object to Vec JSON represnetation for request {}: {}", + "Could not marshal output object to Vec JSON representation for request {}: {}", request_id, e ); self.runtime_client