Prerequisites

The following conditions need to be satisfied, for you to debug your non-HTTPS and Integration functions:

  1. If your reverse-proxy provider requires certain specific steps like the installation of their CLI, complete them before starting with the implementation. For example, if your reverse-proxy provider is Ngrok, then you need to install their CLI.

catalyst_tunneling_ngrok_install_success

Note: You can find detailed steps to generate Tunneling URL for the some of the more common reverse-proxy providers like:

  1. Deploy the functions you wish to tunnel to the Catalyst console in the development environment from your local project environment with the CLI. catalyst_tunneling_serverless_functions_list

To debug your non-HTTPS and Integration functions using Catalyst Tunneling you need to implement the following steps:

  1. Generate Tunneling URL
  2. Configure Tunneling in the Console
  3. Launch Catalyst functions shell and begin Tunneling
  4. Configure IDE’s debugger to start debugging your functions
  5. Debug the Tunneled functions

The upcoming help sections contain detailed instructions on completing the above-mentioned steps.

Last Updated 2024-07-23 17:40:25 +0530 +0530

ON THIS PAGE