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
fix: Allow empty responses as well as null response in AppConfig
- AppConfig responses, where config hasn't changed, seem to be result
in "empty" `SdkBytes` objects rather than `null` `Configuration` in
the response.
Copy file name to clipboardExpand all lines: powertools-parameters/src/test/java/software/amazon/lambda/powertools/parameters/AppConfigProviderTest.java
+9-1
Original file line number
Diff line number
Diff line change
@@ -90,21 +90,29 @@ public void getValueRetrievesValue() {
0 commit comments