Reducing Clojure Lambda Cold Starts Part 11 - Rust Part 2
Where Lambda cold starts often get worse in other runtimes is when you start adding dependencies, particularly an AWS SDK dependency. Let's see how Rust fares with an S3 client dependency. Updating Cargo.toml:
[package]
name = "tax_engine_experiments...
lambdastew.com5 min read