Info
| Version: | 5.0.0 |
| Author(s): | Renato Golia |
| Last Update: | Monday, October 31, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Kralizek/AWSLambdaSharpTemplate |
| NuGet Url: | https://www.nuget.org/packages/Kralizek.Lambda.Template |
Install
Install-Package Kralizek.Lambda.Template
dotnet add package Kralizek.Lambda.Template
paket add Kralizek.Lambda.Template
Kralizek.Lambda.Template Download (Unzip the "nupkg" after downloading)
Dependencies
- Amazon.Lambda.Core(>= 1.1.0)
- Amazon.Lambda.Serialization.SystemTextJson(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 3.1.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.0)
- Microsoft.Extensions.Logging(>= 3.1.0)
Tags
It supports Logging, Dependency Injection and Configuration like ASP.NET Core projects do.