A rust powered serverless application on aws lambda

Опубликовано: 23 Октябрь 2024
на канале: Joydeep Bhattacharjee
1,001
9

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...