featured
Deploying Rust Functions on AWS Lambda
AWS Lambda is a serverless computing platform that lets you run code without provisioning or managing servers. The platform invokes your code in response to events such as HTTP requests. Currently, there's no official support for Rust programming language on Lambda. To run Rust code on Lambda, we will have
