-
## Overview
In my project I am using koa-bodyparser which parses ctx.body for my JSON POST requests.
It seems that the graphQL proxy break when I am using this module. I got the response from the…
-
## Is your feature request related to a problem? Please describe.
Currently next-i18next does not support serverless. It appears that the i18n-middleware create some troubles when used on lambda #271…
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
## 历史帖
- 202…
-
目标:
实现ssr项目支持serverless部署
需求:
- koa实例化从异步方式改成同步方式
- 导出koa实例,不需要监听(listen)端口
- 精简依赖,只保留运行所需依赖
-
I deployed my application on aws lambda with serverless and this is my handler
```
const app = serverless(createServer())
export const handler: Handler = async (event: any, context) => {
contex…
-
server.js
```javascript
app.prepare().then(() => {
const server = express();
if (!dev) {
server.use(compression({threshold: 0}));
}
nextI18NextMiddleware(app, server…
-
While trying to deploy the app using Zeit Now, this error occurs:
```
16:16:23.308 > Build error occurred
16:16:23.309 Error: Cannot use publicRuntimeConfig with target=serverless https://err.s…
-
**What is the expected behavior?**
Currently there is a long bootup process which makes hosting strapi in an environment like aws lambda impractical since it has to boot the app for each reques…
-
Hi, I found there is a package named "aws-serverless-express" in Package.json.
Why not Tencent-Express?
-