Lambdajection 0.4.0
See the version list below for details.
dotnet add package Lambdajection --version 0.4.0
NuGet\Install-Package Lambdajection -Version 0.4.0
<PackageReference Include="Lambdajection" Version="0.4.0" />
paket add Lambdajection --version 0.4.0
#r "nuget: Lambdajection, 0.4.0"
// Install Lambdajection as a Cake Addin #addin nuget:?package=Lambdajection&version=0.4.0 // Install Lambdajection as a Cake Tool #tool nuget:?package=Lambdajection&version=0.4.0
Write AWS Lambda Functions using Dependency Injection.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Cythral.CodeGeneration.Roslyn.Tool (>= 0.9.1)
- Lambdajection.Attributes (>= 0.4.0)
- Lambdajection.Core (>= 0.4.0)
- Lambdajection.Generator (>= 0.4.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.10.0-beta3 | 3,496 | 3/30/2023 |
0.10.0-beta2 | 2,353 | 8/19/2022 |
0.10.0-beta1 | 1,867 | 5/12/2022 |
0.9.2 | 5,305 | 2/8/2022 |
0.9.1 | 692 | 1/27/2022 |
0.9.0 | 756 | 12/23/2021 |
0.9.0-beta5 | 1,059 | 11/19/2021 |
0.9.0-beta4 | 400 | 11/18/2021 |
0.9.0-beta3 | 256 | 11/17/2021 |
0.9.0-beta2 | 342 | 11/10/2021 |
0.9.0-beta1 | 216 | 11/1/2021 |
0.8.4 | 3,549 | 7/17/2021 |
0.8.3 | 741 | 6/24/2021 |
0.8.2 | 592 | 6/16/2021 |
0.8.1 | 388 | 6/15/2021 |
0.8.0 | 579 | 6/8/2021 |
0.8.0-beta5 | 331 | 5/28/2021 |
0.8.0-beta4 | 930 | 4/29/2021 |
0.8.0-beta3 | 390 | 4/1/2021 |
0.8.0-beta2 | 301 | 4/1/2021 |
0.8.0-beta1 | 240 | 3/26/2021 |
0.7.0 | 531 | 3/6/2021 |
0.7.0-beta4 | 325 | 3/2/2021 |
0.7.0-beta3 | 359 | 2/23/2021 |
0.7.0-beta2 | 253 | 2/23/2021 |
0.7.0-beta1 | 371 | 2/2/2021 |
0.6.0 | 528 | 1/5/2021 |
0.6.0-beta4 | 314 | 12/29/2020 |
0.6.0-beta3 | 345 | 12/5/2020 |
0.6.0-beta2 | 304 | 12/5/2020 |
0.6.0-beta1 | 371 | 11/28/2020 |
0.5.0 | 549 | 11/10/2020 |
0.5.0-beta3 | 341 | 10/26/2020 |
0.5.0-beta2 | 346 | 10/17/2020 |
0.5.0-beta1 | 332 | 10/9/2020 |
0.4.0 | 541 | 10/2/2020 |
0.4.0-beta3 | 339 | 10/1/2020 |
0.4.0-beta2 | 352 | 9/25/2020 |
0.4.0-beta1 | 372 | 9/21/2020 |
0.3.0 | 606 | 9/4/2020 |
0.3.0-beta3 | 343 | 8/28/2020 |
0.3.0-beta2 | 323 | 8/28/2020 |
0.3.0-beta1 | 421 | 8/22/2020 |
0.2.1 | 602 | 8/11/2020 |
0.2.0 | 564 | 8/5/2020 |
0.1.9 | 624 | 8/1/2020 |
0.1.8 | 544 | 7/31/2020 |
0.1.7 | 558 | 7/31/2020 |
0.1.6 | 729 | 7/31/2020 |
0.1.5-alpha | 329 | 7/31/2020 |
0.1.4-alpha | 354 | 7/31/2020 |
This release introduces the following:
- Updates several dependencies including:
- AWSSDK (Core, S3, KMS, STS) to latest respective versions for performance, bug, and security updates.
- Microsoft Extensions to 3.1.8 for security updates.
- FxCop Analyzers to 3.3.0 for additional code analyzers
- Various test project dependencies for performance and security updates.
- Addressed suggested changes by new code analyzer rules relating to cancellation tokens and default value assignment.
- Added an example demonstrating how to customize the serializer used for your Lambda.