midway-faas icon indicating copy to clipboard operation
midway-faas copied to clipboard

🔱 A simple and lightweight serverless framework

Results 8 midway-faas issues
Sort by recently updated
recently updated
newest added

> Node.js v12.13.0 > @midwayjs/faas-cli v0.3.4 [语雀文档 nasConfig 配置](https://www.yuque.com/midwayjs/faas/serverless_yml#4GXed) ![image](https://user-images.githubusercontent.com/2019808/85919725-97d7c580-b8a0-11ea-8fb6-48e09780b81d.png) 通过 `f deploy` 部署时,应将 `auto` 转化为 `Auto` 写入 `.serverless/template.yml`; 报错如下: ![image](https://user-images.githubusercontent.com/2019808/85919863-9b1f8100-b8a1-11ea-849a-8878dcab21e5.png)

如果未提供该功能有其他临时代替方案吗?

本规范主要定义 ssr 特性,组件写法、目录结构以及 `f.yml` 文件扩展的编写规范。 ### 扩展render配置 路由由f.yml的配置文件中,所以在f.yml增加render配置扩展,具体如下。 ``` functions: home: handler: index.handler render: - component: src.home.index - layout: src.home.layout - fetch: src.home.fetch - mode: ssr | csr(默认ssr) - injectScript(自己改loyout更好)...

目前看起来res.write和stream都是不支持的,这两个功能都是很重要的,希望能够尽快加入