Multilingual Support
CloudBase cloud functions currently support multiple languages:
- Node.js
- PHP
- Python
- Golang
- Java
Cross-Language Invocation
You can invoke a cloud function in any SDK without needing to know what language it is written in.
For example, you can use the Web SDK in a web environment to invoke cloud functions written in Python; or invoke cloud functions written in Golang in Flutter.
Python Cloud Function
Please refer to Tencent Cloud SCF Documentation - Python.
Golang Cloud Function
Please refer to Tencent Cloud SCF Documentation - Golang.
PHP Cloud Function
Please refer to Tencent Cloud SCF Documentation - PHP.