Rust, aws backend, ec2 & lambda

Does anyone have recommendations (or a good blog post) on using Rust on AWS for server side?

I have Rust running on Lambda via the Go API.l
I am also familiar with running programs on EC2 / auto scaling with beanstalk.

I am looking to learn more about Rust on AWS and am interested in other's experiences.

Via Go API? No! Now AWS Lambda natively supports Rust language.

To be honest, what they really introduced is just C API for lambda runtime and write Rust binding for it as an example. But still, it is the official example.

2 Likes