AWS Security ChangesHomeSearch

AWS amazondynamodb documentation change

Service: amazondynamodb · 2025-03-26 · Documentation low

File: amazondynamodb/latest/developerguide/CodeSamples.DotNet.md

Summary

Updated SDK naming from 'AWS SDK for .NET' to 'SDK for .NET' in two locations

Security assessment

Branding/naming convention update without security implications

Diff

diff --git a/amazondynamodb/latest/developerguide/CodeSamples.DotNet.md b/amazondynamodb/latest/developerguide/CodeSamples.DotNet.md
index d46d347cd..685116ed3 100644
--- a/amazondynamodb/latest/developerguide/CodeSamples.DotNet.md
+++ b/amazondynamodb/latest/developerguide/CodeSamples.DotNet.md
@@ -74 +74 @@ If this is your first time using Toolkit for Visual Studio, choose **Use a new p
-The AWS SDK for .NET provides thread-safe clients for working with DynamoDB. As a best practice, your applications should create one client and reuse the client between threads.
+The SDK for .NET provides thread-safe clients for working with DynamoDB. As a best practice, your applications should create one client and reuse the client between threads.
@@ -84 +84 @@ The code examples in this guide are intended for use with the latest version of
-The AWS SDK for .NET requires that you provide AWS credentials to your application at runtime. The code examples in this guide assume that you are using the SDK Store to manage your AWS credentials file, as described in [Using the SDK store](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-config-creds.html#sdk-store) in the _AWS SDK for .NET Developer Guide_.
+The SDK for .NET requires that you provide AWS credentials to your application at runtime. The code examples in this guide assume that you are using the SDK Store to manage your AWS credentials file, as described in [Using the SDK store](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-config-creds.html#sdk-store) in the _AWS SDK for .NET Developer Guide_.