AWS lambda supports custom engines in its serverless offerings along with python go csharp and some other languages. There is also the aws-lambda-runtime to support creating rust serverless applications. In this video, I am experimenting with those technologies and seeing if I am able to create a simple serverless application.
References
https://aws.amazon.com/blogs/opensour...
/ rust-aws-lambda
https://crates.io/crates/lambda_runtime
https://github.com/awslabs/aws-lambda...
Code for this video can be found below.
https://github.com/infinite-Joy/progr...