Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
In this project, you will learn how to build an AWS Lambda function with Rust using Cargo Lambda. We will create a simple "Marco Polo" Lambda that responds with "Polo" when it receives "Marco" in the request.
You will learn:
* How to create a new Cargo Lambda project
* Writing a basic Lambda handler function in Rust
* Building, deploying and invoking your Lambda function locally and on AWS
* Debugging your Lambda using logging and tracing