Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Avoid Common Mistakes and Misconceptions When Working with AWS Lambda
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Lambda instance lifecycle
- 3 Cold start type 1 (container recycle)
- 4 Cold start type 2 (JVM JIT and lazy load)
- 5 Reducing cold starts
- 6 Cold start for provisioned concurrency
- 7 Provisioned concurrency best practices
- 8 Lambda pricing
- 9 How to calculate AWS costs
- 10 Assumptions
- 11 Scenarios considered
- 12 "Hello world", 1 request per second
- 13 Fargate, 1 request per second
- 14 Simulating Stack Exchange
- 15 Caching in Lambda - challenges
- 16 Caching in Lambda - approaches