devsapp / fc

阿里云函数计算(FC)组件
MIT License
139 stars 40 forks source link

大代码包提供的方案需要优化 #980

Closed wss-git closed 1 year ago

wss-git commented 1 year ago

For large code package upload, please refer to https://github.com/awesome-fc/fc-faq/blob/main/docs/大代码包部署的实践案例.md

wss-git commented 1 year ago

目前代码包大部分都是临时的 oss 上传,仅有部分是通过 base64 上传,但是也针对一些大小的限制做了临时的 oss 重新尝试部署的机制。

如果还存在代码包的限制,上面的方案中存有 nas 、layer 、镜像部署三种方案。