Skip to main content

Serverless

Duration: 9 hours#

Abstract#

Serverless is a general term for writing and maintaining backend code without the hassle of maintaining servers. This can be verry effective if written correctly or a maintenance hell if messed up.

In this course we will learn how to use serverless functionality and principle to efficiently offload functionality to serverless functions without falling into the common caveats.

Topics#

  • Intruduction to serverless and functional architecture
  • Popular usecases
    • Webhooks
    • CRUD Services
    • Data and Processing pipelines
  • Deployment and Monitoring
  • Versioning