Completed
summary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Why Use Rust for Serverless Workloads
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 what will we cover
- 4 aws lambda overview
- 5 packaging code
- 6 lambda funtion memory and cpu allocation
- 7 the pricing view
- 8 motivating rust - performance
- 9 node js / go / rust
- 10 motivating rust - sustainability
- 11 writing lambda functions with rust
- 12 how to bootstrap a new project - cargo lambda
- 13 sample lamda function
- 14 handler method
- 15 main method
- 16 lambda extensions - use cases
- 17 external extensions
- 18 performance considerations
- 19 lambda extensions example
- 20 summary
- 21 thank you!