Completed
What can we do
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Avoid Common Mistakes When Working with Java on AWS Lambda
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 Technicality
- 4 About me
- 5 Agenda for today
- 6 What are called starts
- 7 Example lambda function
- 8 Example timings
- 9 Example branching code paths
- 10 Reducing cold starts
- 11 Provision concurrency
- 12 Best practices
- 13 Recap
- 14 AWS Lambda cost
- 15 AWS Lambda pricing
- 16 AWS Pricing Calculator
- 17 Assumptions
- 18 Scenarios
- 19 Scenario No 1
- 20 Scenario No 2
- 21 Stack Overflow
- 22 Requests per second
- 23 Pricing
- 24 Summary
- 25 Twitter
- 26 Abstract Service
- 27 In Memory Cache
- 28 L2 Cache
- 29 Why is it problematic
- 30 What can we do
- 31 Extensions
- 32 Life cycle
- 33 Advantages and disadvantages
- 34 Questions