Published a new episode of AWS Bites Podcast

Spoke about AWS
Published a YouTube video
Used Rust
Published a podcast episode
+2

64. How do you write Lambda Functions in Rust?

https://awsbites.com/64-how-do-you-write-lambda-functions-in-rust/

Are you curious about using Rust to write AWS Lambda functions?


In this episode of AWS BItes, we will be discussing the pros and cons of using Rust for serverless applications. With Rust, you'll be able to take advantage of its fast performance and memory efficiency. Plus, its programming model makes it easy to write safe and correct code. However, Rust is not a native runtime for Lambda, but rather a library that implements a custom runtime built and maintained by AWS. This custom runtime is built on top of the Tokio async runtime and even has a built-in middleware engine, which allows for easy hook-in of reusable logic and building your own middlewares.


But what if you're new to Rust? Don't worry, we'll also be walking you through the steps on how to write your first Lambda in Rust. From cargo-lambda to the serverless framework plugin for Rust, we'll be sharing different alternatives for building and deploying your Rust-based Lambda functions.


So join us on this journey as we explore the exciting world of Rust and Lambda.


AWS Bites is sponsored by fourTheorem, an AWS Consulting Partner offering training, cloud migration, and modern application architecture.


In this episode, we mentioned the following resources: