Skip to content

Commit 47f7da2

Browse files
authored
Remove unused fast unmarshaller configuration for Dynamodb and DynamodbStreams (#6357)
* Enable fast unmarshaller * Remove changelog
1 parent d9fa6c4 commit 47f7da2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

services/dynamodb/src/main/resources/codegen-resources/dynamodb/customization.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@
3636
"customRetryStrategy" : "software.amazon.awssdk.services.dynamodb.DynamoDbRetryPolicy",
3737
"enableEndpointDiscoveryMethodRequired": true,
3838
"enableGenerateCompiledEndpointRules": true,
39-
"enableFastUnmarshaller": false,
4039
"enableEndpointProviderUriCaching": true
4140
}

services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/customization.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"verifiedSimpleMethods" : [
2121
"listStreams"
2222
],
23-
"enableGenerateCompiledEndpointRules": true,
24-
"enableFastUnmarshaller": false
23+
"enableGenerateCompiledEndpointRules": true
2524
}

0 commit comments

Comments
 (0)