By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: AWS Lambda Rust Support Reaches General Availability
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > AWS Lambda Rust Support Reaches General Availability
News

AWS Lambda Rust Support Reaches General Availability

News Room
Last updated: 2025/11/20 at 2:47 PM
News Room Published 20 November 2025
Share
AWS Lambda Rust Support Reaches General Availability
SHARE

Recently, AWS promoted Rust support for its Function as a Service (FaaS) offering, Lambda, from Experimental to Generally Available (GA), enabling developers to build serverless applications with Rust, backed by AWS Support and the Lambda availability SLA.

According to the company, Rust is a popular programming language due to its combination of high performance, memory safety, and developer experience. Moreover, the language offers speed and memory efficiency comparable to C++, along with the reliability typically associated with higher-level languages.

The announcement sparked discussion, started by Serverless Hero Yan Cui on LinkedIn,  because Rust compiles to native machine code and does not utilize a traditional managed execution runtime (like Node.js or Python). Benjamin Pyle commented:

The crate is what they are marking official. It handles operations with the Lambda API and is built with Tower. It also has crates for working with AWS Service payloads. There’s an HTTP crate, too, that abstracts working with HTTP events in Rust.

This clarification is critical as the GA status signifies that the core development libraries for building Rust Lambdas are now a supported AWS offering, falling under the full Lambda SLA and Premium Support.

Jess Izen, a Senior Software Engineer at AWS and maintainer of the runtime, noted on LinkedIn:

It’s exciting to see what started as a scrappy, community-driven project reach official status. This comes with SLAs and roadmap support that will give developers confidence to build in Rust on Lambda.

The runtime uses Amazon Linux 2023 (provided.al2023 or provided.al2) since Rust compiles to native machine code rather than requiring a language-specific runtime. Developers can use the lambda_runtime crate for Lambda event processing, and AWS recommends Cargo Lambda, a third-party open-source extension to the cargo command-line tool that simplifies building and deploying Rust Lambda functions.

In an AWS Compute blog post, the authors explain that developers use the cargo lambda build command to build the Lambda function. When compiling, the AWS Lambda Runtime logic (provided by the crate) is compiled directly into the resulting binary, which is named bootstrap. This bootstrap file is then packaged in the function artifact .zip file.

When Lambda executes this binary, it starts an infinite loop (the Run function). This loop polls the Lambda Runtime API to receive the invoke request. Once received, it calls the custom handler function (e.g., function_handler). The function code executes, and the response is then sent back to the Lambda Runtime API, which forwards it to the original caller.

(Source: AWS Compute blog post)

While the performance benefits are clear, community feedback in a Reddit thread highlights a significant trade-off when using the official AWS SDK for Rust. One respondent noted that, despite lightning-fast runtime performance, the time required to compile the full AWS SDK remains a significant obstacle:

This is exciting, but still not something I would recommend until the Rust AWS SDK does something about their compile times.

Additionally, using the official SDK crates (which often include large dependencies like aws-lc-rs for crypto) can substantially increase the final binary size, sometimes by 10MB or more, impacting deployment speed. While AWS and the community explore solutions (such as lazy compilation hints), developers should be aware that using the full AWS SDK will introduce considerable friction into the Rust development loop.

Lastly, more details are available on the documentation pages, and the Lambda support for Rust is available in all AWS Regions, including the AWS GovCloud (US) Regions and the China Regions.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Salesforce says some of its customers’ data was accessed after Gainsight breach |  News Salesforce says some of its customers’ data was accessed after Gainsight breach | News
Next Article Our favourite smart ring has 30% off this Black Friday Our favourite smart ring has 30% off this Black Friday
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Dell Now Shipping Laptop With Qualcomm NPU On Linux Ahead Of Windows 11
Dell Now Shipping Laptop With Qualcomm NPU On Linux Ahead Of Windows 11
Computing
Holiday savings: Anker SOLIX C300 drops to 9.99
Holiday savings: Anker SOLIX C300 drops to $199.99
News
UK targets ‘bulletproof’ services that hosted ransomware gangs | Computer Weekly
UK targets ‘bulletproof’ services that hosted ransomware gangs | Computer Weekly
News
Huawei reveals details of first saloon rivaling Rolls-Royce Phantom · TechNode
Huawei reveals details of first saloon rivaling Rolls-Royce Phantom · TechNode
Computing

You Might also Like

Holiday savings: Anker SOLIX C300 drops to 9.99
News

Holiday savings: Anker SOLIX C300 drops to $199.99

2 Min Read
UK targets ‘bulletproof’ services that hosted ransomware gangs | Computer Weekly
News

UK targets ‘bulletproof’ services that hosted ransomware gangs | Computer Weekly

4 Min Read
Moss survives 9 MONTHS in space – raising hopes humans could live on Mars
News

Moss survives 9 MONTHS in space – raising hopes humans could live on Mars

2 Min Read

gnnQnfjxnsnfHygnZnbyv11Ksnn’ssnguGbn

0 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?