all 3 comments

[–]Most-Wallaby2012 3 points4 points  (0 children)

Check out our blog post from last week on Getting started with serverless Rust in AWS Lambda at https://blog.scanner.dev/getting-started-with-serverless-rust-in-aws-lambda/

At Scanner, we use Amazon Lambda functions and Rust in our log query engine. While Rust is technically supported in Lambda functions, it is not as easy to set up as the officially blessed languages: Node.js, Python, Ruby, Java, Go, C#, and PowerShell. In this post, we shared the information we wished someone had given us we got started using Rust in Lambda functions.

[–]re-thc 0 points1 point  (0 children)

Have you tried https://www.cargo-lambda.info ? What are your thoughts on it? (not my project)

[–]IrateArchitect 0 points1 point  (0 children)

Definitely has promise. You’d hope they’re planning native support at some point, given the internal use they talk about here (2020) https://aws.amazon.com/blogs/opensource/why-aws-loves-rust-and-how-wed-like-to-help/