Hello, I am trying to instanciate the S3EventRecord but it's impossible since it doesn't implement the Default trait. https://github.com/awslabs/aws-lambda-rust-runtime/blob/8e6d77c5cfbbcacbc751758a8d2f1074538797ac/lambda-events/src/event/s3/event.rs#L16C24-L16C35 All other structs implement it, is there any reason to not implement it here?