question

Jan Vacek avatar image
Jan Vacek asked

Please create javascript/typescript implementation of ExecuteFunction for local debugging

Hello, playfab, please, could you make for us typescript/javascript implementation of ExecuteFunction so we can locally debug our cloudscript azure functions? You are forcing us to use Azure functions and migrate all our javascript code into C#, just because you are not able to provide js/ts resources. EVERYONE had his cloudscript in js/ts. Please, be developer friendly

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

For clarification, there is no official implement for the ExecutionFunction script file that using JavaScript. You can try to keep an eye on the repository - GitHub - PlayFab/pf-af-devfuncs: Azure Functions related to the PlayFab developer experience for the latest updates from our engineering team. We will also try to research for it. If there is any progress, we will update the comment here.

Besides, you can also refer to the Azure Functions documentation - JavaScript developer reference for Azure Functions | Microsoft Docs to debug the JavaScript Azure Function in the VS code directly, so that you can use the POST request to local host URLs to test the functions. It can help you locally debug most logic.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.