Tiger.Lambda
6.0.0-pre4
dotnet add package Tiger.Lambda --version 6.0.0-pre4
NuGet\Install-Package Tiger.Lambda -Version 6.0.0-pre4
<PackageReference Include="Tiger.Lambda" Version="6.0.0-pre4" />
paket add Tiger.Lambda --version 6.0.0-pre4
#r "nuget: Tiger.Lambda, 6.0.0-pre4"
// Install Tiger.Lambda as a Cake Addin #addin nuget:?package=Tiger.Lambda&version=6.0.0-pre4&prerelease // Install Tiger.Lambda as a Cake Tool #tool nuget:?package=Tiger.Lambda&version=6.0.0-pre4&prerelease
Simplifies the configuration and initialization of AWS Lambda Functions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Amazon.Lambda.Core (>= 2.1.0)
- Microsoft.Extensions.Hosting (>= 6.0.1)
- Microsoft.Extensions.Logging (>= 6.0.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,830 | 4/18/2022 |
6.0.0-pre3 | 329 | 4/7/2022 |
6.0.0-pre2 | 152 | 4/7/2022 |
6.0.0-pre1 | 201 | 4/4/2022 |
5.0.0 | 9,138 | 10/20/2021 |
5.0.0-rc1 | 879 | 8/12/2021 |
4.0.1 | 2,374 | 1/26/2021 |
4.0.0 | 2,739 | 9/30/2020 |
4.0.0-pre2 | 806 | 8/25/2020 |
4.0.0-pre1 | 305 | 8/24/2020 |
3.1.0-pre1 | 425 | 8/17/2020 |
3.0.0 | 673 | 8/3/2020 |
3.0.0-pre4 | 410 | 7/8/2020 |
3.0.0-pre3 | 364 | 7/7/2020 |
3.0.0-pre2 | 395 | 7/7/2020 |
3.0.0-pre1 | 311 | 7/7/2020 |
2.0.3 | 4,842 | 5/20/2019 |
2.0.2 | 2,094 | 2/15/2019 |
2.0.1 | 669 | 2/8/2019 |
2.0.0 | 1,138 | 12/11/2018 |
1.0.1 | 2,312 | 7/25/2018 |
1.0.0 | 922 | 7/19/2018 |
➟ Release 6.0.0
⁃ The library's preferred structure for entry points and handlers has been everted. Please see the README for an example.
⁃ The framework can now distinguish between cancellation tokens, so cancellations due to cancellation lead time can be reported specifically.
⁃ Speaking of cancellation lead time, it can now be set in configuration by means of the `HostOptions` type.
⁃ SQS-related functionality has been split into a new package, Tiger.Lambda.SQS.
➟ 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.