Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.59 KB

File metadata and controls

28 lines (23 loc) · 1.59 KB

ASP.NET Core wrap up

At this point we have an ASP.NET Core application running locally that has removed its dependency on SQL Server and local configuration files. We are only using AWS serverless technologies like Cognito and Parameter Store reducing our overhead of what we have to manage and making it easy to scale based on our usage.


Continue on to next page: Deploying ASP.NET Core as a Serverless Application