Skip to content

Releases: aws/aws-lambda-dotnet

Release 2026-04-22 #2

22 Apr 18:08

Choose a tag to compare

Release 2026-04-22 #2

Amazon.Lambda.Annotations (1.15.1)

  • The ScheduleEvent Input property now supports file paths (relative to the project root or absolute) in addition to literal JSON strings. If the value resolves to an existing file, its contents are read and used as the input in the CloudFormation template.

Release 2026-04-22

22 Apr 13:54

Choose a tag to compare

Release 2026-04-22

Amazon.Lambda.Annotations (1.15.0)

  • Added [DynamoDBEvent] annotation attribute for declaratively configuring DynamoDB stream-triggered Lambda functions with support for stream reference, batch size, starting position, batching window, filters, and enabled state.
  • Added [ScheduleEvent] annotation attribute for declaratively configuring schedule-triggered Lambda functions with support for rate and cron expressions, description, input, and enabled state.

Release 2026-04-16

16 Apr 16:03

Choose a tag to compare

Release 2026-04-16

Amazon.Lambda.Annotations (1.14.0)

  • Added [SNSEvent] annotation attribute for declaratively configuring SNS topic-triggered Lambda functions with support for topic reference, filter policy, and enabled state.

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