/serverless-dotnet-on-aws

Source code from the talk "Serverless .NET on AWS" made by @afronski :phone: Example: Automatic On-call Roster Management!

Primary LanguageC#MIT LicenseMIT

Serverless .NET on AWS

Motivation

How to manage on-call rotation effortlessly and in a cost effective way? Let's leverage AWS and serverless approach to integrate PagerDuty on-call schedule and Twilio number for managing it automatically!

Schedule

Repository is a foundation for the lectures - I have performed it in following places:

Topics

During that we will cover following topics:

  • Amazon Cognito,
  • Amazon S3,
  • Amazon Lambda,
  • Amazon API Gateway,
  • Serverless Framework,
  • Best practices, when it comes to development of such applications.

Integrations that we will cover:

For debugging and monitoring we are using:

  • Amazon X-Ray,
  • Amazon CloudWatch.