Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.
Info
Version: | 9.0.1 |
Author(s): | Amazon Web Services |
Last Update: | Thursday, September 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aws/aws-lambda-dotnet |
NuGet Url: | https://www.nuget.org/packages/Amazon.Lambda.AspNetCoreServer |
Install
Install-Package Amazon.Lambda.AspNetCoreServer
dotnet add package Amazon.Lambda.AspNetCoreServer
paket add Amazon.Lambda.AspNetCoreServer
Amazon.Lambda.AspNetCoreServer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Amazon.Lambda.APIGatewayEvents(>= 2.4.0)
- Amazon.Lambda.ApplicationLoadBalancerEvents(>= 2.1.0)
- Amazon.Lambda.Core(>= 1.2.0)
- Amazon.Lambda.Logging.AspNetCore(>= 3.1.0)
- Amazon.Lambda.Serialization.Json(>= 1.8.0)
- Microsoft.AspNetCore(>= 2.0.0)
- Microsoft.AspNetCore.Hosting(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.1)
- Amazon.Lambda.APIGatewayEvents(>= 2.4.0)
- Amazon.Lambda.ApplicationLoadBalancerEvents(>= 2.1.0)
- Amazon.Lambda.Core(>= 1.2.0)
- Amazon.Lambda.Logging.AspNetCore(>= 3.1.0)
- Amazon.Lambda.Serialization.SystemTextJson(>= 2.1.0)
- System.IO.Pipelines(>= 4.7.2)
Tags