Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From Your Keyboard to Your Customers Without a Server to Manage In-between
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Serverless means...
- 3 Serverless application EVENT SOURCE FUNCTION
- 4 Common Lambda use cases
- 5 Frameworks
- 6 Chalice - a bit deeper
- 7 SAM template
- 8 Lambda execution model
- 9 Amazon API Gateway
- 10 AWS Step Functions
- 11 Computer power
- 12 Lambda function runtimes
- 13 Separate business logic from function signature
- 14 Cold start: Understand the function lifecycle
- 15 Metrics and logging are a universal right!
- 16 Application instrumentation (Node.js)
- 17 buildspec.yml Example
- 18 An example minimal Developer's pipeline
- 19 Lambda based "monoliths"
- 20 Lambda Environment Variables
- 21 AWS Systems Manager - Parameter Store
- 22 SAM Best Practices