dotNet Core 3.1

C# and AWS Lambdas, Part 2 - Web API and an API Gateway
In the previous post I created a Lambda that executed a C# console application. In this post, I walk through creating a .NET Core 3.1 Web API application inside a Lambda and making it reachable from the web, just like a normal Web API application.