Releases: aws/aws-lambda-dotnet
Releases · aws/aws-lambda-dotnet
Release 2026-04-14
Release 2026-04-14
Amazon.Lambda.TestTool.BlazorTester (0.17.1)
- Minor fixes to improve the testability of the package
Amazon.Lambda.RuntimeSupport (1.14.3)
- Minor fixes to improve the testability of the package
Amazon.Lambda.Annotations (1.13.0)
- Added [FunctionUrl] attribute for configuring Lambda functions with Function URL endpoints, including optional CORS support
Release 2026-04-13 #2
Release 2026-04-13 #2
Amazon.Lambda.Annotations (1.12.0)
- treat warnings as errors and fix unshipped.md
- Added [S3Event] annotation attribute for declaratively configuring S3 event-triggered Lambda functions with support for bucket reference, event types, key prefix/suffix filters, and enabled state.
Release 2026-04-08
Release 2026-04-08
Amazon.Lambda.Annotations (1.11.0)
- Added [ALBApi] attribute for configuring Lambda functions as targets behind an Application Load Balancer
Release 2026-03-27
Release 2026-03-27
Amazon.Lambda.Annotations (1.10.0)
- Developers can now define Lambda Authorizers and protect API endpoints entirely through C# attributes, eliminating the need for manual CloudFormation configuration.
Release 2026-03-19
Release 2026-03-19
Amazon.Lambda.DynamoDBEvents.SDK.Convertor (2.0.2)
- Update AWS .NET SDK dependencies
Amazon.Lambda.KinesisEvents (3.0.2)
- Update AWS .NET SDK dependencies
Amazon.Lambda.Templates (8.0.2)
- Update package references for Lambda templates
Release 2026-02-19
Release 2026-02-19
Amazon.Lambda.AspNetCoreServer.Hosting (1.10.0)
- Exposing the extensions points from Amazon.Lambda.AspNetCoreServer onto the HostingOptions. For example customizing the serialization by adding a callback for PostMarshallResponseFeature.
Release 2026-02-18
Release 2026-02-18
Amazon.Lambda.TestTool (0.13.0)
- Add support for configuring HTTPS endpoints for the Lambda UI emulator and API Gateway emulator
- Add .NET 10 build target
- Update to latest versions of the AWS SDK for .NET
Release 2026-02-10
Release 2026-02-10
Amazon.Lambda.Annotations (1.9.0)
- Added FromCustomAuthorizerAttribute
Release 2026-02-04
Release 2026-02-04
Amazon.Lambda.Core (2.8.1)
- Add the InternalsVisibleToAttribute to the renamed version of Amazon.Lambda.RuntimeSupport embedded with the Lambda Test Tool
Amazon.Lambda.RuntimeSupport (1.14.2)
- Add defensive checks for scenarios where a Lambda function uses an older Amazon.Lambda.Core together with the renamed Amazon.Lambda.RuntimeSupport.TestTool assembly embedded in the Lambda Test Tool
Amazon.Lambda.TestTool (0.12.0)
- Rename embedded Amazon.Lambda.RuntimeSupport assembly to Amazon.Lambda.RuntimeSupport.TestTool to avoid conflicts with Lambda function that might include Amazon.Lambda.RuntimeSupport
Release 2026-01-30
Release 2026-01-30
Amazon.Lambda.TestTool.BlazorTester (0.17.0)
- Add support for .NET 10
- Removed support for .NET 6