michaeldimoudis / aspnetcore-22-webapi-lambda-serverless

Serverless ASP.NET Core 2.2 Web API in AWS Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Serverless ASP.NET Core 2.2 Web API in AWS Lambda

License:MIT License


Languages

Language:C# 100.0%