Skip to content

Commit 9ff0d34

Browse files
authored
fix endpoint URL for getClientLambdaAsyncV2 (#60)
1 parent 3e854f0 commit 9ff0d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/cloud/localstack/awssdkv2/TestUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static CloudWatchAsyncClient getClientCloudWatchAsyncV2() {
6161
}
6262

6363
public static LambdaAsyncClient getClientLambdaAsyncV2() {
64-
return wrapApiClientV2(LambdaAsyncClient.builder(), Localstack.INSTANCE.getEndpointCloudWatch()).build();
64+
return wrapApiClientV2(LambdaAsyncClient.builder(), Localstack.INSTANCE.getEndpointLambda()).build();
6565
}
6666

6767
public static IamAsyncClient getClientIamAsyncV2() {

0 commit comments

Comments
 (0)