Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 734 Bytes

File metadata and controls

12 lines (8 loc) · 734 Bytes

Source code for blog:

ASP.NET Core 2.2/3.0 Serverless Web API’s in AWS Lambda with a Custom Runtime and Lambda Warmer

This is the source code with 2 PR's showing the steps converting an ASP.NET Core 2.1 Serverless Web API in AWS Lambda, to ASP.NET Core 2.2 with a Lambda warmer.

Blog post: https://medium.com/@dimoss/asp-net-core-2-2-3-0-serverless-web-apis-in-aws-lambda-with-a-custom-runtime-and-lambda-warmer-ce19ce2e2c74

PR #1 - Upgrade Lambda Serverless ASP.NET Core Web API to .NET Core 2.2 with custom runtime

#1

PR #2 - Implement Lambda Warmer

#2