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-cloudformation/src/main/java/software/amazon/lambda/powertools/cloudformation/AbstractCustomResourceHandler.java
Copy file name to clipboardExpand all lines: powertools-cloudformation/src/main/java/software/amazon/lambda/powertools/cloudformation/CloudFormationResponse.java
+11-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
* <p>
31
31
* This class is thread-safe provided the SdkHttpClient instance used is also thread-safe.
32
32
*/
33
-
publicclassCloudFormationResponse {
33
+
classCloudFormationResponse {
34
34
35
35
/**
36
36
* Internal representation of the payload to be sent to the event target URL. Retains all properties of the payload
Copy file name to clipboardExpand all lines: powertools-cloudformation/src/test/java/software/amazon/lambda/powertools/cloudformation/AbstractCustomResourceHandlerTest.java
+41-8
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,14 @@
24
24
publicclassAbstractCustomResourceHandlerTest {
25
25
26
26
/**
27
-
* Uses a mocked CloudFormationResponse to avoid sending actual HTTP requests.
27
+
* Bare-bones implementation that returns null for abstract methods.
Copy file name to clipboardExpand all lines: powertools-cloudformation/src/test/java/software/amazon/lambda/powertools/cloudformation/ResponseTest.java
0 commit comments