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

⚡️ 🐧 Serverless Tencent CLI 及中文讨论社区

Results 8 serverless-tencent issues
Sort by recently updated
recently updated
newest added

### BUG 描述: 校验验证码时报错,问题如图: ![image](https://github.com/serverless/serverless-tencent/assets/39114242/64941cd3-d674-4d73-8756-7ad6133b9960) 参数:randstr=@s0X,ticket=tr03zVV5iCzo-FVkW2edch4GKm2haQWrmSgqMuxmde6XOeiNjec2TYXNamB6fnSd5_sCn9QYy2naF7kWuF6cfxJG8R0OjROUWH4_FkcwndEXfospCiXqEXSw0U5hMLOSR8tk ### 复现步骤: 1. 2. 3. ### 预期结果: ### 实际结果: ### 调试信息: 环境版本 ```yaml - requestId: ... # 如果在异常信息中显示请提供 - traceId: ... # 如果在异常信息中显示请提供 -...

try{ // 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密 // 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305 // 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取 Credential cred = new Credential(secretId, decrypt); // 实例化一个http选项,可选的,没有特殊需求可以跳过 HttpProfile httpProfile = new HttpProfile(); httpProfile.setEndpoint("billing.tencentcloudapi.com");...

### BUG 描述: ### 复现步骤: 1. 2. 3. ### 预期结果: ### 实际结果: ``` [2023-08-27 16:02:52] + slt deploy --debug [2023-08-27 16:02:53] 正在初始化... [2023-08-27 16:02:53] Action: "deploy" - Stage: "dev" -...

js package 演化发展的非常快,很多流行的库 最低支持到 Nodejs16.8 比如 undici,这导致很多功能无法在腾讯云函数上面工作。

使用官方默认的 `NestJS` 示例代码在 `dev` 环境下部署会报错提示:`函数状态异常, 函数代码(包含层)总大小超过上限,请修改后重试。` 构建ID:`25707889` ![image](https://user-images.githubusercontent.com/18598579/194773169-0fd4e51f-c424-46cd-bad9-fbdb200464fe.png) ![image](https://user-images.githubusercontent.com/18598579/194773043-aded9796-80ca-4fd5-bf42-a3461685c401.png) ![image](https://user-images.githubusercontent.com/18598579/194773079-2f03a289-90f0-4b71-8572-429bf5394ebc.png)

https://github.com/tencentyun/serverless-demo/tree/master/WebFunc-Go1-helloworld

### BUG 描述: 使用 serverless-tencent 部署的腾讯云云函数,无法运行 ### 复现步骤: 使用 serverless-tencent 部署 运行时为 Go 1的函数 ### 预期结果: 函数正常运行 ### 实际结果: 函数无法运行 ### 调试信息: 环境版本 完整输出如下: ``` [2022-05-06 16:55:18] Started by user...

@timqian 先不要合并,有限链接地址我这里还没有补充完毕。