Are there any disadvantages to making lambda_http::LambdaRequest public?
For testing http handlers, I would like to deserialize json to a http::Request
I am essentially after performing something akin to https://github.com/awslabs/aws-lambda-rust-runtime/blob/master/lambda-http/src/request.rs#L361.