Skip to content

Commit 795fd45

Browse files
authored
Enable compiled endpoint rules for DynamoDB (#5639)
* Enable compiled endpoint rules for DynamoDB * Remove unused customization.config file
1 parent b09d131 commit 795fd45

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
"listXssMatchSets"
3535
],
3636
"customRetryStrategy" : "software.amazon.awssdk.services.dynamodb.DynamoDbRetryPolicy",
37-
"enableEndpointDiscoveryMethodRequired": true
37+
"enableEndpointDiscoveryMethodRequired": true,
38+
"enableGenerateCompiledEndpointRules": true
3839
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
},
2020
"verifiedSimpleMethods" : [
2121
"listStreams"
22-
]
22+
],
23+
"enableGenerateCompiledEndpointRules": true
2324
}

0 commit comments

Comments
 (0)