/ServerlessCourseAutumn2021

Code done for/during the course

Primary LanguagePythonOtherNOASSERTION

Serverless Course Autumn 2021 - Code

This repository contains a set of examples developed during, but not limited to the live coding sessions.

  1. Lesson 1 - a webhook example
  2. Lesson 2 - some basic requirements and API definition for the core of the serverless platform
  3. Lesson 3 - the implementation of the core of our serverless platform, allowing ad-hoc provision and execution of a piece of Python code
  4. Lesson 4 - the start of the implementation of the API gateway
  5. Lesson 5 - the API gateway works, and the system now launches functions asynchroneously + the execution is caped at one minute
  6. Lesson 6 - defining what makes a good DX
  7. Lesson 7 - scaling out the system with caching and load balancing
  8. Lesson 8 - what are SLOs/SLAs, what is observability, and how to reduce tail latencies in distributed systems
  9. Lesson 9 - final lecture about fault-tolerance

License

Creative Commons License
Serverless Course Autumn 2021 by Alexandru Burlacu is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.