AlexaVoxCraft.MediatR.Lambda
1.0.1-beta.45
This is a prerelease version of AlexaVoxCraft.MediatR.Lambda.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AlexaVoxCraft.MediatR.Lambda --version 1.0.1-beta.45
NuGet\Install-Package AlexaVoxCraft.MediatR.Lambda -Version 1.0.1-beta.45
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlexaVoxCraft.MediatR.Lambda" Version="1.0.1-beta.45" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlexaVoxCraft.MediatR.Lambda" Version="1.0.1-beta.45" />
<PackageReference Include="AlexaVoxCraft.MediatR.Lambda" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AlexaVoxCraft.MediatR.Lambda --version 1.0.1-beta.45
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AlexaVoxCraft.MediatR.Lambda, 1.0.1-beta.45"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AlexaVoxCraft.MediatR.Lambda@1.0.1-beta.45
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AlexaVoxCraft.MediatR.Lambda&version=1.0.1-beta.45&prerelease
#tool nuget:?package=AlexaVoxCraft.MediatR.Lambda&version=1.0.1-beta.45&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AlexaVoxCraft.MediatR.Lambda
Provides AWS Lambda-specific extensions and helpers for hosting Alexa skills using MediatR and System.Text.Json. Includes:
LambdaHostExtensions.RunAlexaSkill<T>()
entry pointAlexaSkillFunction
base class for DI setup- OpenTelemetry and Serilog-friendly integration
✅ Features
- Minimal setup to run Alexa handlers in AWS Lambda
- Handles serialization, logging, dependency injection
🚀 Getting Started
Install the package:
dotnet add package AlexaVoxCraft.MediatR.Lambda
Create a Lambda function:
public sealed class MySkillFunction : AlexaSkillFunction
{
protected override void Init(IHostBuilder builder)
{
builder.UseHandler<LambdaHandler, SkillRequest, SkillResponse>()
.ConfigureServices((ctx, services) =>
{
services.AddSkillMediator(ctx.Configuration, cfg =>
{
cfg.RegisterServicesFromAssemblyContaining<MySkillFunction>();
});
});
}
}
📄 License
Apache-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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AlexaVoxCraft.Logging (>= 1.0.1-beta.45)
- AlexaVoxCraft.MediatR (>= 1.0.1-beta.45)
- Amazon.Lambda.RuntimeSupport (>= 1.13.0)
- Amazon.Lambda.Serialization.SystemTextJson (>= 2.4.4)
- Microsoft.Extensions.Hosting (>= 9.0.4)
- Serilog.AspNetCore (>= 9.0.0)
-
net9.0
- AlexaVoxCraft.Logging (>= 1.0.1-beta.45)
- AlexaVoxCraft.MediatR (>= 1.0.1-beta.45)
- Amazon.Lambda.RuntimeSupport (>= 1.13.0)
- Amazon.Lambda.Serialization.SystemTextJson (>= 2.4.4)
- Microsoft.Extensions.Hosting (>= 9.0.4)
- Serilog.AspNetCore (>= 9.0.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 |
---|---|---|
3.2.1.71 | 108 | 8/30/2025 |
3.2.0.70 | 134 | 8/29/2025 |
3.2.0.69 | 134 | 8/29/2025 |
3.2.0-preview.68 | 133 | 8/28/2025 |
3.2.0-preview.67 | 132 | 8/28/2025 |
3.2.0-preview.66 | 135 | 8/28/2025 |
3.2.0-preview.65 | 152 | 8/28/2025 |
3.1.0.64 | 290 | 8/25/2025 |
3.0.0.63 | 161 | 7/15/2025 |
2.0.1.62 | 155 | 7/11/2025 |
2.0.0.61 | 164 | 7/2/2025 |
2.0.0.59 | 155 | 7/1/2025 |
2.0.0.58 | 148 | 7/1/2025 |
2.0.0-beta.57 | 123 | 6/30/2025 |
2.0.0-beta.56 | 129 | 6/23/2025 |
2.0.0-beta.55 | 119 | 6/23/2025 |
1.0.1.54 | 247 | 5/21/2025 |
1.0.1.53 | 171 | 5/19/2025 |
1.0.1.50 | 253 | 5/13/2025 |
1.0.1.49 | 239 | 5/13/2025 |
1.0.1-beta.52 | 129 | 5/19/2025 |
1.0.1-beta.48 | 207 | 5/13/2025 |
1.0.1-beta.47 | 216 | 5/13/2025 |
1.0.1-beta.46 | 208 | 5/13/2025 |
1.0.1-beta.45 | 208 | 5/13/2025 |
1.0.1-beta.44 | 218 | 5/13/2025 |
1.0.0.43 | 154 | 5/8/2025 |
1.0.0.42 | 167 | 5/7/2025 |
1.0.0.41 | 251 | 4/21/2025 |
1.0.0-beta.40 | 152 | 4/21/2025 |
0.3.0-beta-38 | 217 | 4/17/2025 |
0.3.0-beta-37 | 195 | 4/17/2025 |
0.3.0-beta-36 | 188 | 4/17/2025 |
0.3.0-beta-35 | 211 | 4/15/2025 |
0.3.0-beta-34 | 217 | 4/9/2025 |
0.3.0-beta-31 | 161 | 4/9/2025 |
0.3.0-beta-30 | 165 | 4/9/2025 |
0.3.0-beta-29 | 166 | 4/9/2025 |
0.2.0-alpha-28 | 177 | 4/9/2025 |
0.2.0-alpha-27 | 185 | 4/7/2025 |
0.2.0-alpha-26 | 179 | 4/3/2025 |
0.1.0-alpha-24 | 167 | 3/30/2025 |
0.1.0-alpha-23 | 159 | 1/28/2025 |
0.1.0-alpha-22 | 125 | 1/28/2025 |
0.1.0-alpha-21 | 110 | 12/19/2024 |