In this video, I am going to walk through how to create and deploy AWS Lambda functions using .NET Core 3.1.

AWS Lambda is serverless compute service provided by AWS.
When you use any serverless feature, you do not have to worry about managing any infrastructure, scaling and that is the value add of serverless features.
But it comes with a price, it usually costs higher compared to AWS EC2 compute.

  • 00:06 - What is AWS Lambda
  • 01:14 - Where to use AWS Lambda
  • 02:41 - Where not to use AWS Lambda
  • 02:25 - Install AWS Lambda tools for .NET
  • 06:25 - Create a .NET Lambda function using .NET AWS Lambda tools
  • 07:55 - Walkthrough of the projects created using .NET AWS Lambda tools
  • 13:20 - Running unit test for AWS Lambda function using XUnit
  • 14:14 - Publishing AWS Lambda function using .NET AWS Lambda tools
  • 17:08 - Exploring the AWS Lambda created using .NET tools in the AWS Management Console
  • 17:30 - Testing AWS Lambda function using AWS Management Console

#dotnet #aws

Introduction to building AWS Lambda using .NET Core 3.1 (Introduction for .NET developers)
2.00 GEEK