Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 272 Bytes

File metadata and controls

3 lines (2 loc) · 272 Bytes

ASP.NET Core Web API Serverless Application

This project deploys an ASP.NET Core application as a Lambda function using .NET 7. This ASP.NET Core does not use the minimal API style and isntead keeps the older pattern of having a Program and Startup class.