tencent-scf icon indicating copy to clipboard operation
tencent-scf copied to clipboard

Deploy Tencent Cloud Serverless Cloud Function in seconds with Serverless Components.

Results 7 tencent-scf issues
Sort by recently updated
recently updated
newest added

用的是scf-golang示例 ``` sls --version Framework Core: 3.7.1 Plugin: 6.1.5 SDK: 4.3.2 Tencent CLI: 3.20.3 (binary) ``` 直接`sls invoke`的话会报 ``` Serverless: 无法找到指定 SCF 实例,请检查 SCF 实例名称和 Stage / Region 信息或重新部署后调用 ```...

## 项目结构 ```bash . ├── dist │ ├── index.js │ ├── mail.js │ ├── notion.js │ └── parser.js ├── node_modules ├── package.json ├── serverless.yml ├── src │ ├── index.ts │...

如asyncRunEnable为true,retryNum会正常部署上去 反之retryNum会变成默认的2

Update the example of a serverless config file for * keep it simple for most of bootstrap use cases `/var/lang/${specific_lang}${version}/bin/${specific_lang} {enter_file}` * keep the availablily for users who need to...