I attended a re:Invent session yesterday on using Rust as a Lambda runtime. The potential performance improvements, especially with limited memory, was quite compelling. I’m looking forward to trying this SDK out with Rust Lambdas.
At my company we’ve written all of our Lambda functions in Rust. It’s a perfect fit with the constraints in Lambda. We did customize the runtime somewhat for our needs but that wasn’t all that complicated.