From 6dd3f6d9622c5413be2440d5149fb7f8ba1e9924 Mon Sep 17 00:00:00 2001 From: Neljon Lusterio Date: Mon, 12 Aug 2024 18:37:17 +0800 Subject: [PATCH] Apply stepFunctionsEndpoint option --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 7308412..d52ad21 100644 --- a/index.js +++ b/index.js @@ -98,6 +98,7 @@ class ServerlessStepFunctionsLocal { lambdaEndpoint: this.config.lambdaEndpoint, region: this.config.region, waitTimeScale: this.config.waitTimeScale, + stepFunctionsEndpoint: this.config.stepFunctionsEndpoint, }); if (this.usedEndpointFromServerlessOffline) {