Lambifast 1.0.0
dotnet add package Lambifast --version 1.0.0
NuGet\Install-Package Lambifast -Version 1.0.0
<PackageReference Include="Lambifast" Version="1.0.0" />
paket add Lambifast --version 1.0.0
#r "nuget: Lambifast, 1.0.0"
// Install Lambifast as a Cake Addin #addin nuget:?package=Lambifast&version=1.0.0 // Install Lambifast as a Cake Tool #tool nuget:?package=Lambifast&version=1.0.0
Lambifast
<br />
Lambifast is an extension of the framework provided by AWS Amazon.Lambda.AspNetCoreServer.Hosting (https://www.nuget.org/packages/Amazon.Lambda.AspNetCoreServer.Hosting/#readme-body-tab).
Lambifast provides you with a simple extension to develop microservices on serverless architecture. It allows you to have tracing and logging capabilities integrated with AWS CloudWatch service. Input dto validation using FluentValidator and errors in standard RFC.
GitHub Repository: https://github.com/Sbolder/Lambifast
Table of Contents
Install
To install Lambifast in an existing project as a dependency:
Install with nuget:
dotnet add package Lambifast --version 1.0.0
In your Program.cs:
public class Program : BaseProgram<Program>
{
public static async Task Main(String[] args)
{
var program = new Program();
await program.RunAsync(args);
}
protected override void InnerConfigureServices(IServiceCollection services, IConfiguration configuration)
{
#region Services
//Register your Services
services.AddSingleton<IPeopleService, PeopleService>();
#endregion
}
}
Edit your Controller:
public class PeopleController : ControllerBase{
...
}
Example
TODO
License
Licensed under MIT.
For your convenience, here is a list of all the licenses of our production dependencies:
- MIT
- Apache License 2.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Amazon.Lambda.AspNetCoreServer.Hosting (>= 1.7.0)
- AutoMapper (>= 13.0.1)
- AWS.Lambda.Powertools.Logging (>= 1.5.0)
- AWS.Lambda.Powertools.Tracing (>= 1.4.0)
- FluentValidation (>= 11.9.0)
- Swashbuckle.AspNetCore (>= 6.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 143 | 3/9/2024 |