-
# ISSUE
while uploading file with rest, the type of received file is
```
{
fieldname: 'file',
originalname: 'Ellipse 41.png',
encoding: '7bit',
mimetype: 'image/png',
buffer: ,
…
-
当执行`s init`之后:
```
🚀 Serverless Awesome: https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/zh/awesome.md
? Hello Serverless for Cloud Vendors (Use arrow keys or type to search…
-
## 3.x 目标
- 1、让项目可以 bundle 化,更符合 serverless 的轻量化
- 2、让注入写法更明确,清晰简单
- 3、中间件能力的自建和增强
## 阶段
- [x] development
- [x] 回归旧单测 - beta.1
- [x] 新功能单测,修复问题, beta2...n
- [x] 性能测试
- [x] 文档 ing
- [x…
-
The problem: when optimizing for a production build, invoking `next start` or using `require('next')` within a custom `server.js` involves bringing the entire set of `next` dependencies, including the…
-
预期 customDomains 会绑定自己的函数上面,但是结果是仅仅绑定到了 express 这个项目上面
````
edition: 1.0.0 # 命令行YAML规范版本,遵循语义化版本(Semantic Versioning)规范
name: app # 项目名称
access: yunxi
vars:
region: cn-qin…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
We need a way to deploy…
-
## Apresentação
Estamos buscando uma pessoa desenvolvedora back-end com muita experiência em Node.js e AWS para nos ajudar no desenvolvimento de produtos digitais que vão contribuir para a **transf…
-
I've been using `middy` and writing custom middlewares for it for some time now and I always find myself facing this problem.
The ["onion-like" scheme](https://github.com/middyjs/middy#how-it-works…
-
Hi!
First of all, amazing work! Thank you
I spent a whole day trying to get the first valid pass, but no luck. The only thing I found is:
1. Your instruction: https://github.com/alexanderceru…
-
According to this guide:
http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html#how-to-custom-domains-call-api-with-sni
setting base path mappings on a custom dom…