When building concurrency with AWS Lambdas, you should be aware of the significant differences in performance and developer experience between various programming languages and runtime configurations.
Rust is a programming language that boasts a decent amount of safety features without compromising on runtime efficiency. This makes it an appealing choice for AWS Lambda, where we pay for the service by the millisecond.