Rust in AL2023
You might want to build their your code written in
Rust
Similar to AL2, AL2023 will update the Rust toolchain throughout the life of the operating system. This might be in response to any CVE in the toolchain we ship, or as part of a quarterly release.
Rust
During the lifetime of AL2023, old package versions are not removed from the repositories. If an older Rust toolchain is required, you can choose to forgo bug and security fixes of newer Rust toolchains and install an older version from the repositories using the same mechanisms available for any RPM.
If you want to build your own Rust code on AL2023, you can use the Rust toolchain included in AL2023 with the knowledge that this toolchain might move forward through the lifetime of AL2023.
AL2023 Lambda functions written in Rust
Because Rust compiles to native code, Lambda treats Rust as a custom runtime.
You can use the provided.al2023
runtime to deploy Rust
functions on AL2023 to Lambda.
For more information, see Building Lambda functions with Rust in the Amazon Lambda Developer Guide.