Skip to content

Commit 6604803

Browse files
committed
Enable fast unmarshaller
1 parent 303d19b commit 6604803

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "Amazon DynamoDB",
4+
"contributor": "",
5+
"description": "Enable fast unmarshaller for DynamoDB and DynamoDBStreams"
6+
}

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)