Deploying .NET Web API as AWS Lambda

In this post I will describe how to host a .NET Web API on AWS Lambda – it’s actually really easy! I will also explain step-by-step, how to add Terraform support to be able to set up the AWS resources automatically. Create a Lambda ASP.NET Core Minimal API project Install AWS Toolkit for Visual Studio, […]