fc icon indicating copy to clipboard operation
fc copied to clipboard

阿里云函数计算(FC)组件

Results 112 fc issues
Sort by recently updated
recently updated
newest added

pycharm 本地断点调试应该支持新的 runtime python3.9

s build & local invoke 需要支持下 go runtime

![image](https://user-images.githubusercontent.com/56686088/159865746-4f7beda7-2719-4a8c-a325-68395aade7e1.png)

场景如下, 使用使用 custom runtime, 代码结构如下: ``` |__app.jar |__bootstrap ``` 其中 app.jar 很大, 比如超过了 100M , 甚至很大, 用户使用 nas, 将 app.jar 上传到 NAS ![image](https://user-images.githubusercontent.com/10919599/150337816-749d6cb0-1a62-476a-a7a6-a62360a04d1b.png) 然后 bootstrap 内容: ``` #!/usr/bin/env bash java...

#### 背景 nas init 指令之后,对 nas 的设计经过了几次改造 改造1. deploy 过程会对 nas dir 进行尝试创建 改造2. deploy 时 nas auto 的配置优先使用主函数的线上配置 改造3. nas 指令配置不再从缓存获取配置,而是从线上的主函数获取配置(nas init 的 bug) #### nas init 的能力 nas的创建...

缺失的指标请参考控制台的监控大盘指标

![image](https://user-images.githubusercontent.com/5763215/143041806-1f777c79-fe76-4fae-8c20-03b69a8ef58e.png) 如上图,账号欠费时,创建sls失败,但是仅提示创建sls失败,没有任何附加提示信息。sls client肯定是能返回欠费错误的,此时如果把sls的error信息打印出来,用户完全是可以自助解决的

documentation
high priority

![image](https://user-images.githubusercontent.com/10919599/155642163-80f0f862-bdb5-47a2-84f2-f4068f9c2533.png) 所有的 local invoke 和 local start 调试需要考虑 customDNS

s nas upload 能支持增量更新; 有如下几个场景: 1. web 框架一键迁移 2. AI 深度学习 TensorFlow 或者模型很大 3. ... 我们会推荐用户做法或者示例是增加 actions 里面的 pre-deploy 有 nas 上传的操作, 但是可能没有任何更改也存在全量更新, 大大影响 deploy 部署的速度 - 可以先做到没有任何更改, 就不要触发真实上传也行, 比如...