Amazon web services – Basic .NET WebAPI hosted in AWS Lambda failing to construct controller
I created a new .NET 6 WebAPI solution, with the default WeatherForecastController class. The only thing I changed in the project is to install Amazon.AspNetCoreLambda.Hosting, and add the following line in my Program.cs file: builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi); I built the solution, zipped…