AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-03-26 · Documentation low

File: code-library/latest/ug/csharp_3_dynamodb_code_examples.md

Summary

Updated branding from 'AWS SDK for .NET' to 'SDK for .NET' in multiple section headers and references

Security assessment

Changes are purely branding/naming convention updates without any security context or references to vulnerabilities/security features

Diff

diff --git a/code-library/latest/ug/csharp_3_dynamodb_code_examples.md b/code-library/latest/ug/csharp_3_dynamodb_code_examples.md
index f9523ee96..919d3d77e 100644
--- a/code-library/latest/ug/csharp_3_dynamodb_code_examples.md
+++ b/code-library/latest/ug/csharp_3_dynamodb_code_examples.md
@@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-# DynamoDB examples using AWS SDK for .NET
+# DynamoDB examples using SDK for .NET
@@ -27 +27 @@ The following code examples show how to get started using DynamoDB.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -102 +107 @@ The following code example shows how to:
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -763 +768 @@ The following code example shows how to use `BatchExecuteStatement`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1064 +1069 @@ The following code example shows how to use `BatchGetItem`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1220 +1225 @@ The following code example shows how to use `BatchWriteItem`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1296 +1301 @@ The following code example shows how to use `CreateTable`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1381 +1386 @@ The following code example shows how to use `DeleteItem`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1430 +1435 @@ The following code example shows how to use `DeleteTable`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1468 +1473 @@ The following code example shows how to use `DescribeTable`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1500 +1505 @@ The following code example shows how to use `ExecuteStatement`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1669 +1674 @@ The following code example shows how to use `GetItem`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1714 +1719 @@ The following code example shows how to use `ListTables`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1753 +1758 @@ The following code example shows how to use `PutItem`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1797 +1802 @@ The following code example shows how to use `Query`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1864 +1869 @@ The following code example shows how to use `Scan`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1920 +1925 @@ The following code example shows how to use `UpdateItem`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -1988 +1993 @@ The following code example shows how to create a serverless application that let
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -2016 +2021 @@ The following code example shows how to create a web application that tracks wor
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -2045 +2050 @@ The following code example shows how to:
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -2474 +2479 @@ The following code example shows how to:
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -2862 +2867 @@ For more information, see [Document model](https://docs.aws.amazon.com/amazondyn
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -3507 +3512 @@ For more information, see [Object persistence model](https://docs.aws.amazon.com
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -3877 +3882 @@ The following code example shows how to implement a Lambda function that receive
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -3921 +3926 @@ The following code example shows how to implement partial batch response for Lam
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -3981 +3986 @@ The following code example shows how to build and test a serverless application
-**AWS SDK for .NET**
+**SDK for .NET**