We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8648da0 commit ae5db4cCopy full SHA for ae5db4c
extensions/amazon-dynamodb/runtime/src/main/java/io/quarkus/dynamodb/runtime/DynamodbConfig.java
@@ -13,18 +13,18 @@ public class DynamodbConfig {
13
@ConfigItem
14
public boolean enableEndpointDiscovery;
15
16
- /**
17
- * AWS service configurations
18
- */
19
- @ConfigItem
20
- public AwsConfig aws;
21
-
22
/**
23
* SDK client configurations
24
*/
25
@ConfigItem(name = ConfigItem.PARENT)
26
public SdkConfig sdk;
27
+ /**
+ * AWS service configurations
+ */
+ @ConfigItem
+ public AwsConfig aws;
+
28
29
* Apache HTTP client transport configuration
30
0 commit comments