Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Serverless Architecture Patterns and Best Practices
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Serverless
- 3 Where to Start
- 4 WSSam
- 5 Code Build
- 6 Stage Variables
- 7 CloudWatch
- 8 Xray
- 9 Troubleshooting
- 10 Best Practices
- 11 Lambda based monoliths
- 12 A horrible idea
- 13 Lambda functions
- 14 Languagespecific packages
- 15 Lambda performance
- 16 Memory vs CPU
- 17 Cold Starts
- 18 Separating Business Logic from Function Signature
- 19 Connecting to Global Scope
- 20 Virtual Private Cloud
- 21 CloudWatch Hack
- 22 Wrap Up