Build production-grade AWS Lambda functions in Rust using Cargo Lambda. This hands-on course covers serverless fundamentals — stateless event handlers, millisecond billing, and managed runtimes that scale on demand — then implements the same S3-triggered handler in Python, Ruby, Node.js, and Rust so you can compare runtimes head-to-head. You will install Cargo Lambda, scaffold a new Lambda crate with cargo lambda new, iterate locally with cargo lambda watch, invoke against test payloads with cargo lambda invoke, produce a release binary with cargo lambda build --release, and ship to AWS with cargo lambda deploy. Along the way you will see why Rust's compile-time guarantees, ownership model, and small memory footprint make it a strong fit for AWS Lambda's pay-per-millisecond pricing. The closing module benchmarks all four runtimes on the same workload across memory configurations from 128 MB to 10,240 MB, so you can reason about price and performance trade-offs from real measurements rather than vendor claims. By the end, you will have shipped a working Rust Lambda from cargo lambda new to a deployed AWS endpoint and know when Rust is the right tool for serverless data engineering.
您将学到什么
Build, test, and deploy AWS Lambda functions in Rust using Cargo Lambda's five core commands: cargo lambda new, build, watch, invoke, and deploy
Compare serverless runtime performance across Python, Ruby, Node.js, and Rust on the same handler workload running inside AWS Lambda
要了解的详细信息

可分享的证书
添加到您的领英档案
最近已更新!
April 2026
作业
1 项作业
授课语言:英语(English)
了解顶级公司的员工如何掌握热门技能

人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.
自 2018开始学习的学生
''能够按照自己的速度和节奏学习课程是一次很棒的经历。只要符合自己的时间表和心情,我就可以学习。'

Jennifer J.
自 2020开始学习的学生
''我直接将从课程中学到的概念和技能应用到一个令人兴奋的新工作项目中。'

Larry W.
自 2021开始学习的学生
''如果我的大学不提供我需要的主题课程,Coursera 便是最好的去处之一。'

Chaitanya A.
''学习不仅仅是在工作中做的更好:它远不止于此。Coursera 让我无限制地学习。'





