You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powertools-parameters/powertools-parameters-appconfig/src/main/java/software/amazon/lambda/powertools/parameters/appconfig/AppConfigProvider.java
Copy file name to clipboardExpand all lines: powertools-parameters/powertools-parameters-appconfig/src/test/java/software/amazon/lambda/powertools/parameters/appconfig/AppConfigProviderTest.java
Copy file name to clipboardExpand all lines: powertools-parameters/powertools-parameters-tests/src/test/java/software/amazon/lambda/powertools/parameters/ParamManagerIntegrationTest.java
-10
Original file line number
Diff line number
Diff line change
@@ -133,14 +133,4 @@ public void secretsProvider_get() {
Copy file name to clipboardExpand all lines: powertools-parameters/powertools-parameters-tests/src/test/java/software/amazon/lambda/powertools/parameters/ParamManagerTest.java
-6
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,4 @@ public void testGetDynamoDBProvider_requireOtherParameters_throwException() {
* Get a {@link AppConfigProvider} with default {@link AppConfigDataClient}.<br/>
56
-
* If you need to customize the region, or other part of the client, use {@link ParamManager#getAppConfigProvider(AppConfigDataClient, String, String)} instead.
// Because we need a DDB table name to configure our client, we can't use
62
-
// ParamManager#getProvider. This means that we need to make sure we do the same stuff -
63
-
// set transformation manager and cache manager.
64
-
returnAppConfigProvider.builder()
65
-
.withCacheManager(cacheManager)
66
-
.withTransformationManager(transformationManager)
67
-
.withEnvironment(environment)
68
-
.withApplication(application)
69
-
.build();
70
-
}
71
-
72
-
/**
73
-
* Get a {@link AppConfigProvider} with your custom {@link AppConfigDataClient}.<br/>
74
-
* Use this to configure region or other part of the client. Use {@link ParamManager#getAppConfigProvider(String, String)} if you don't need this customization.
0 commit comments