AWS C# Part 2 – Creating first Lambda



Welcome to my second part of AWS C# Tutorial!

In this video we gonna create our first AWS Lambda using C#. We will be using CloudFormation to deploy it, and also S3 bucket to store the packed lambda code.

While using CloudFormation template file, we will be able to create a scalable architecture of our .NET microservice within a few seconds.

All architecture will be hosted on Lambda written in C# 🙂

Check out my Twitter for daily programming content:
https://twitter.com/DominikLincer

Facebook:
https://www.facebook.com/FullStackProgramming

GitHub repository with finished project:
https://github.com/DominikLincer/InventoryManagerAWS

Comments are closed.