-
### Problem Statement
Right now for the JS SDKs we have 2 categories that an SDK can fall into, `browser` and `server`.
I'd like to explore having more categories, so that the docs become more accur…
-
### Describe the bug
I have a function named "index" that uses serverless to return a Koa app. The function builds successfully and starts using dev. If I make requests against the root endpoint usin…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'm using th…
-
I get the following TypeScript error when building using Koa version 2.13.4 and @vendia/serverless-express version 4.5.2:
```
server/index.ts(10,51): error TS2322: Type 'import("/path/to/project…
-
I'm not sure if this is a bug or maybe a feature request, but I have seen some other projects using URL paths in their `serverless.yaml`.
For example:
```
functions:
get-users:
handler: h…
-
- [x] Extract `openapi-request-coercer`
- [x] Extract `openapi-request-validator`
- [x] Extract `openapi-default-setter`
- [x] Extract `openapi-response-validator`
- [x] Extract `openapi-security-…
-
Hi, love the project, wanted to build something like this myself!
I love the fact that you used koa for middlewares, however as you said, it's ecosystem is kind of lacking.
While my suggestion i…
-
I am using ` "serverless-appsync-plugin": "^1.13.0",` in my serverless yml file. And I tried to create a custom domain but failed. The doc says I must create the domain first, but below command give …
-
Hello, I'm really excited to find this project.
I'm working on my [Serverless framework](https://www.serverless.com/) project with OpenAPI features like documentations, API discoveries and etc. By t…
-
Hi @jamuhl - wanted to raise an issue (finally) for this long-standing desire.
Currently, `i18next-express-middleware` powers [next-i18next](https://github.com/isaachinman/next-i18next) and is a cr…