Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
6 Years of Serverless - Lessons Learned from Real-World Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Grohe SenseGuard Real-time water waste and damage prevention
- 3 Traits of serverless
- 4 loT temperature sensor
- 5 Use Lambda for long running calls
- 6 Push, don't pull
- 7 Triggers
- 8 Understanding AWS Lambda scaling
- 9 Step Functions for Workflows
- 10 Heavy start ups
- 11 Consider Lambdas domain boundaries
- 12 Expect errors
- 13 Aim for idempotency
- 14 Integration tests
- 15 Takeaways