-
`@vendia/serverless-express` というものに変わるようです。
https://www.npmjs.com/package/aws-serverless-express
一応 warning 出るだけではあるようです、今のところ。
serverless 対応、今 begin.com というのをもしかしたらfrourioと一緒に使えるんじゃないかと試したりし…
-
### Description
Describe your issue here.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [X] bug
- [ ] enhancement (feature request)
- [ ] question
- [ ] documentation …
-
### 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 version?
- [X] Yes, I'm using the l…
-
Proxies tend to pass multipart body as Buffer instances to express. (e.g. [@vendia/serverless-express](https://github.com/vendia/serverless-express/blob/87aa26f5395de9dc22591a817a476a006268fa73/src/ev…
-
Hey tate,
First of all, great work on this library. It was real easy for me to get a typescript flavored twirp server running on AWS Lambda.
The following results in an error when running `npx t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When deploying lambdas to LocalStack via API Gateway v1 or v2, [the official AWS event payloa…
-
### Description
I am trying to close the modal and update my database. The code is all running but the modal isn't closing since the acknowledge isn't being sent fast enough.
### What type of is…
-
`@vendia/serverless-express@4.5.2`
For some reason I'm getting a tslint error that `'bodyParser' is deprecated` ?
![image](https://user-images.githubusercontent.com/189506/139849949-0e3d095a-a53…
-
CanonicalRequestValidator forces all header values to be strings. Right now, using `@vendia/serverless-express` the `request` that comes thru is has at least one that is a number. `headers.content-len…
-
First of all, I'm just here because `tf-next build` enables me to actually use my next-app in a manually configured environment using CloudFormation/SAM. Good job 👍 .
I want to understand why you m…