-
* **Node Version**:
* **Egg Version**:
* **Plugin Name**:
* **Plugin Version**:
* **Platform**:
* **Mini Showcase Repository**:
使用midway/faas复现egg的文件上传功能
const fs = require('mz/fs');
…
-
https://github.com/midwayjs/midway-faas-examples/blob/1435f94b03c978ded068e71b45d4feeb3d03333a/integration/rds-mysql/boilerplate/src/apis/configuration.ts#L18
in container lifeCycle onStop if need …
-
背景
- 我们有个项目原来是Rax写的
- 然后后来通过`@midwayjs/cli-plugin-faas`和`@midswayjs/fcli-plugin-fc`实现了部署在serverless上
- 然后现在需要开启SSR的功能
需求
- 如何实现Rax + Midway Serverless + SSR的需求
-
## 环境说明
* **Node Registry**: npm / taobao
* **Node Version**: v14.17.6
* **Plugin Name**: @midwayjs/cli
* **Plugin Version**: 1.2.83
* **Platform**:
* **Mini Showcase Repository**: https://g…
-
* **Node Version**:14.15.0
* **Platform**:macos 10.15.7
使用@midwayjs/faas-cli工具生成的demo示例midway-hooks-react,修改同构后端代码会出现不能检测更改hot reload的情况,但是前端部分代码修改可以hot reload。
**code**:代码和示例代码一样
*…
vadxq updated
4 years ago
-
## Background
我目前在aws lambda上想用egg.js 但是不知道如何部署, tecent eggjs 有支持在腾讯的serverless
## Proposal
能不能开发一个 deploy eggjs 到lambda的framework
## Additional context
Add any other context or screenshots a…
-
目前看起来res.write和stream都是不支持的,这两个功能都是很重要的,希望能够尽快加入
-
现在f.yml有太多的bug和局限性,希望能支持自定义的serverless.yml,如果用户自定义serverless.yml了,希望不要再重新生成了:
1. 打包大于50M,没办法排除node_modules。f.yml里面的exclude并不能正确工作
2. 腾讯有layer概念,腾讯的layer指的是把一些lib,比如node_modules打包放到layer上,f.yml没办法支…
-
正常环境是有 prod (生产环境) pre(预发布环境) test(在线测试环境) local (本地开发环境)
> package.json
```json
"scripts": {
...
"deploy:test": "SERVICE_ENV=test midway-bin deploy",
"deploy:test:docs": "通…
-
Midway 3.0 怎么能部署到 aws lambda? 有无文档或者示例?
目前我试了 `f.yml` provider 为 `aws` 时 deploy 无作用。
![image](https://user-images.githubusercontent.com/33776415/185027709-bfaf083e-9d79-4ac9-996f-d5d47b4c7813.png)