MartinCostello.Testing.AwsLambdaTestServer
0.9.0
dotnet add package MartinCostello.Testing.AwsLambdaTestServer --version 0.9.0
NuGet\Install-Package MartinCostello.Testing.AwsLambdaTestServer -Version 0.9.0
<PackageReference Include="MartinCostello.Testing.AwsLambdaTestServer" Version="0.9.0" />
paket add MartinCostello.Testing.AwsLambdaTestServer --version 0.9.0
#r "nuget: MartinCostello.Testing.AwsLambdaTestServer, 0.9.0"
// Install MartinCostello.Testing.AwsLambdaTestServer as a Cake Addin #addin nuget:?package=MartinCostello.Testing.AwsLambdaTestServer&version=0.9.0 // Install MartinCostello.Testing.AwsLambdaTestServer as a Cake Tool #tool nuget:?package=MartinCostello.Testing.AwsLambdaTestServer&version=0.9.0
AWS Lambda Test Server for .NET
Introduction
A NuGet package that builds on top of the TestServer
class in the Microsoft.AspNetCore.TestHost NuGet package to provide infrastructure to use with end-to-end/integration tests of .NET 6 AWS Lambda Functions using a custom runtime with the LambdaBootstrap
class from the Amazon.Lambda.RuntimeSupport NuGet package.
.NET Core 3.0 on Lambda with AWS Lambda's Custom Runtime
Feedback
Any feedback or issues for this package can be added to the issues in GitHub.
License
This package is licensed under the Apache 2.0 license.
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. |
-
net8.0
- Microsoft.AspNetCore.TestHost (>= 8.0.0)
-
net9.0
- Microsoft.AspNetCore.TestHost (>= 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 |
---|---|---|
0.9.0 | 347 | 11/12/2024 |
0.8.1 | 881 | 10/7/2024 |
0.8.0 | 19,629 | 11/14/2023 |
0.7.1 | 4,611 | 7/8/2023 |
0.7.0 | 23,001 | 11/8/2022 |
0.6.0 | 11,161 | 3/5/2022 |
0.5.0 | 8,858 | 11/8/2021 |
0.4.1 | 2,681 | 7/12/2021 |
0.4.0 | 8,351 | 11/10/2020 |
0.3.0 | 20,815 | 11/9/2019 |
0.2.1 | 499 | 11/6/2019 |
0.2.0 | 522 | 11/5/2019 |
0.1.0 | 586 | 11/2/2019 |
See https://github.com/martincostello/lambda-test-server/releases for details.