From 660480385ce6b792b7321203dad709138bfdd674 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Tue, 19 Aug 2025 13:38:52 -0700 Subject: [PATCH 1/2] Enable fast unmarshaller --- .changes/next-release/bugfix-AmazonDynamoDB-7af8955.json | 6 ++++++ .../codegen-resources/dynamodb/customization.config | 1 - .../codegen-resources/dynamodbstreams/customization.config | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .changes/next-release/bugfix-AmazonDynamoDB-7af8955.json diff --git a/.changes/next-release/bugfix-AmazonDynamoDB-7af8955.json b/.changes/next-release/bugfix-AmazonDynamoDB-7af8955.json new file mode 100644 index 000000000000..5a89411441a3 --- /dev/null +++ b/.changes/next-release/bugfix-AmazonDynamoDB-7af8955.json @@ -0,0 +1,6 @@ +{ + "type": "bugfix", + "category": "Amazon DynamoDB", + "contributor": "", + "description": "Enable fast unmarshaller for DynamoDB and DynamoDBStreams" +} diff --git a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/customization.config b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/customization.config index b777570861ea..55f01d7f0e25 100644 --- a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/customization.config +++ b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/customization.config @@ -36,6 +36,5 @@ "customRetryStrategy" : "software.amazon.awssdk.services.dynamodb.DynamoDbRetryPolicy", "enableEndpointDiscoveryMethodRequired": true, "enableGenerateCompiledEndpointRules": true, - "enableFastUnmarshaller": false, "enableEndpointProviderUriCaching": true } diff --git a/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/customization.config b/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/customization.config index 2a1a749111ae..db0fa645ec87 100644 --- a/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/customization.config +++ b/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/customization.config @@ -20,6 +20,5 @@ "verifiedSimpleMethods" : [ "listStreams" ], - "enableGenerateCompiledEndpointRules": true, - "enableFastUnmarshaller": false + "enableGenerateCompiledEndpointRules": true } From cefbaf6834f5032e3a24049fd2a725657262bd61 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Tue, 19 Aug 2025 13:56:54 -0700 Subject: [PATCH 2/2] Remove changelog --- .changes/next-release/bugfix-AmazonDynamoDB-7af8955.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .changes/next-release/bugfix-AmazonDynamoDB-7af8955.json diff --git a/.changes/next-release/bugfix-AmazonDynamoDB-7af8955.json b/.changes/next-release/bugfix-AmazonDynamoDB-7af8955.json deleted file mode 100644 index 5a89411441a3..000000000000 --- a/.changes/next-release/bugfix-AmazonDynamoDB-7af8955.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "bugfix", - "category": "Amazon DynamoDB", - "contributor": "", - "description": "Enable fast unmarshaller for DynamoDB and DynamoDBStreams" -}