Tiger.Lambda
5.0.0
See the version list below for details.
dotnet add package Tiger.Lambda --version 5.0.0
NuGet\Install-Package Tiger.Lambda -Version 5.0.0
<PackageReference Include="Tiger.Lambda" Version="5.0.0" />
<PackageVersion Include="Tiger.Lambda" Version="5.0.0" />
<PackageReference Include="Tiger.Lambda" />
paket add Tiger.Lambda --version 5.0.0
#r "nuget: Tiger.Lambda, 5.0.0"
#addin nuget:?package=Tiger.Lambda&version=5.0.0
#tool nuget:?package=Tiger.Lambda&version=5.0.0
Simplifies the configuration and initialization of AWS Lambda Functions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Amazon.Lambda.Core (>= 2.0.0)
- Amazon.Lambda.SQSEvents (>= 2.0.0)
- Microsoft.Extensions.Hosting (>= 3.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Tiger.Lambda:
Package | Downloads |
---|---|
Tiger.Lambda.SQS
Simplifies the configuration and initialization of AWS Lambda Functions for Simple Queue Service. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
6.0.0-pre4 | 2,953 | 4/18/2022 |
6.0.0-pre3 | 378 | 4/7/2022 |
6.0.0-pre2 | 203 | 4/7/2022 |
6.0.0-pre1 | 253 | 4/4/2022 |
5.0.0 | 9,932 | 10/20/2021 |
5.0.0-rc1 | 935 | 8/12/2021 |
4.0.1 | 2,444 | 1/26/2021 |
4.0.0 | 2,811 | 9/30/2020 |
4.0.0-pre2 | 876 | 8/25/2020 |
4.0.0-pre1 | 375 | 8/24/2020 |
3.1.0-pre1 | 495 | 8/17/2020 |
3.0.0 | 744 | 8/3/2020 |
3.0.0-pre4 | 477 | 7/8/2020 |
3.0.0-pre3 | 430 | 7/7/2020 |
3.0.0-pre2 | 462 | 7/7/2020 |
3.0.0-pre1 | 375 | 7/7/2020 |
2.0.3 | 4,925 | 5/20/2019 |
2.0.2 | 2,183 | 2/15/2019 |
2.0.1 | 757 | 2/8/2019 |
2.0.0 | 1,223 | 12/11/2018 |
1.0.1 | 2,473 | 7/25/2018 |
1.0.0 | 1,162 | 7/19/2018 |
➟ Release 5.0.0
⁃ The library now uses Microsoft's default Host and Host Builder by default.
⁃ Due to the limitations of AWS Lambda, this requires setting the environment variable `HOME` to any extant directory when running as an environment named "development".
⁃ We recommend "/var/task" as the default choice.
⁃ The log message for imminent termination has been lowered to a warning.
➟ Release 4.0.1
⁃ The library's compatibility has been greatly widened.
➟ Release 4.0.0
⁃ Handlers now accept a cancellation token.
⁃ The cancellation tokens are synthesized by the library; they will be canceled when appoximately 500ms remain in the Function execution.
⁃ This value is not yet configurable.
⁃ Special types have been added for handling SQS events serialized to JSON.