It is a Google Cloud function that will serve as a part of PortaOne Add-On Mart, allowing telecom operators to send SMS messages from their PortaSwitch system via Vonage.
Add the following configuration into your launch.json
{
"name": "Python: Run Functions Framework",
"type": "python",
"request": "launch",
"module": "functions_framework",
"args": ["--target", "send_message", "--debug"],
"envFile": "${workspaceFolder}/.env",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}"
}