diff --git a/admin-event-handlers/src/auth/post-confirmation/main.rs b/admin-event-handlers/src/auth/post-confirmation/main.rs index 25b24231..0854ab30 100644 --- a/admin-event-handlers/src/auth/post-confirmation/main.rs +++ b/admin-event-handlers/src/auth/post-confirmation/main.rs @@ -31,7 +31,7 @@ use log::info; async fn function_handler( event: LambdaEvent, ) -> Result { - info!("{:?}", event); + println!("{:?}", event); let user_attributes = event.payload.user_attributes; if user_attributes.is_empty() {