Tiger.Lambda
2.0.0
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 Tiger.Lambda --version 2.0.0
NuGet\Install-Package Tiger.Lambda -Version 2.0.0
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="Tiger.Lambda" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tiger.Lambda --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tiger.Lambda, 2.0.0"
#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.
// Install Tiger.Lambda as a Cake Addin #addin nuget:?package=Tiger.Lambda&version=2.0.0 // Install Tiger.Lambda as a Cake Tool #tool nuget:?package=Tiger.Lambda&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- Amazon.Lambda.Core (>= 1.0.0)
- AWSSDK.Extensions.NETCore.Setup (>= 3.3.6)
- AWSSDK.SecretsManager (>= 3.3.2.19)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.1.0)
- Microsoft.Extensions.Configuration.Json (>= 2.1.0)
- Microsoft.Extensions.Hosting (>= 2.1.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.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,831 | 4/18/2022 |
6.0.0-pre3 | 330 | 4/7/2022 |
6.0.0-pre2 | 155 | 4/7/2022 |
6.0.0-pre1 | 202 | 4/4/2022 |
5.0.0 | 9,141 | 10/20/2021 |
5.0.0-rc1 | 880 | 8/12/2021 |
4.0.1 | 2,375 | 1/26/2021 |
4.0.0 | 2,740 | 9/30/2020 |
4.0.0-pre2 | 807 | 8/25/2020 |
4.0.0-pre1 | 306 | 8/24/2020 |
3.1.0-pre1 | 426 | 8/17/2020 |
3.0.0 | 674 | 8/3/2020 |
3.0.0-pre4 | 411 | 7/8/2020 |
3.0.0-pre3 | 365 | 7/7/2020 |
3.0.0-pre2 | 396 | 7/7/2020 |
3.0.0-pre1 | 312 | 7/7/2020 |
2.0.3 | 4,843 | 5/20/2019 |
2.0.2 | 2,095 | 2/15/2019 |
2.0.1 | 670 | 2/8/2019 |
2.0.0 | 1,139 | 12/11/2018 |
1.0.1 | 2,313 | 7/25/2018 |
1.0.0 | 923 | 7/19/2018 |
➟ Release 2.0.0
⁃ AWS Secrets Manager support has been integrated. See `LambdaHost.CreateSecretsBuilder()`.
⁃ Special support for AWS Step Functions has been upstreamed. For async exception support, investigate using the `UNWRAP_AGGREGATE_EXCEPTIONS` environment variable.