Skip to content

Releases: aws/aws-lambda-dotnet

Release 2026-04-14

14 Apr 17:42

Choose a tag to compare

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

14 Apr 16:29

Choose a tag to compare

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

09 Apr 16:19

Choose a tag to compare

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

27 Mar 16:51

Choose a tag to compare

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

19 Mar 22:24

Choose a tag to compare

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

19 Feb 21:24

Choose a tag to compare

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

19 Feb 00:10

Choose a tag to compare

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

10 Feb 20:32

Choose a tag to compare

Release 2026-02-10

Amazon.Lambda.Annotations (1.9.0)

  • Added FromCustomAuthorizerAttribute

Release 2026-02-04

04 Feb 20:28

Choose a tag to compare

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

30 Jan 01:02

Choose a tag to compare

Release 2026-01-30

Amazon.Lambda.TestTool.BlazorTester (0.17.0)

  • Add support for .NET 10
  • Removed support for .NET 6