What's new in the Amazon SDK for .NET - Amazon SDK for .NET
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

What's new in the Amazon SDK for .NET

See the product page at http://www.amazonaws.cn/sdk-for-net/ for high-level information about new developments related to the Amazon SDK for .NET.

The following is what's new in the Amazon SDK for .NET.

March 28, 2024: Prerelease of the Amazon Message Processing Framework for .NET

This is prerelease documentation for a feature in preview release. It is subject to change.

The Amazon Message Processing Framework for .NET is an Amazon-native framework that simplifies the development of .NET message-processing applications that use Amazon services such as Amazon Simple Queue Service (SQS), Amazon Simple Notification Service (SNS), and Amazon EventBridge.

February 23, 2024: Added support for .NET 8

Support for .NET 8 was added to the Amazon SDK for .NET. Use the latest NuGet packages or the assemblies that support .NET 8 and later. You can find additional information about this support, including support for Lambda in the blog post .NET 8 Support on Amazon.

February 18, 2024: Upcoming changes to .NET Framework support

Starting August 15th, 2024, the Amazon SDK for .NET will end support for .NET Framework 3.5 and will change the minimum .NET Framework version to 4.6.2. For more information, see the blog post Important changes coming for .NET Framework 3.5 and 4.5 targets of the Amazon SDK for .NET.

2023-07-17: The Amazon Lambda Annotations framework has been released for general availability

The Amazon Lambda Annotations framework makes the experience of writing Lambda functions in C# feel more natural for .NET developers by using C# source generator technology. It is now generally available.

This is prerelease documentation for a feature in preview release. It is subject to change.

2020-08-24: Version 3.5 of the SDK has been released

  • Standardized the .NET experience by transitioning support for all non-Framework variations of the SDK to .NET Standard 2.0. See Migrating to version 3.5 for more information.

  • Added paginators to many service clients, which make pagination of API results more convenient. For more information, see Paginators.