We currently convert a &str to a String when a LambdaEvent is created. Presumably this doesn't need to be re-created each invocation of the Lambda function.
https://github.com/awslabs/aws-lambda-rust-runtime/blob/0f6e2a285677c00c35d65250166fa99cd56d3d68/lambda-extension/src/events.rs#L67