Vinicius Lourenço
Vinicius Lourenço
@auvipy Unless you have a valid connection using mongodb+srv, I don't think is possible to add tests due to how this scheme is resolved using DNS.
I already got an error like this and it was caused by low lambda concurrency, below 5 the Swagger will not render, maybe is not related but try to check...
@dvodonnell How do you connect the AWS Lambda with Cloudfront? Using Cloudfront@Edge or Cloudfront Functions?
Try enabling the [log level](https://github.com/vendia/serverless-express#logsettings) option to `debug`, then you can see if the problem is due to response size. vendia/serverless doesn't interfere with express.static because it just waits for...
Yes, there is no problem on the express side and the `SERVERLESS_EXPRESS:FORWARD_RESPONSE:EVENT_SOURCE_RESPONSE` seems correct to me. One thing you can do now is run express with the option that works...
In that case, now you get this raw response and just return it in the lambda, erase all the code and leave it like this: ```js export const index =...
@ml27299 Well, I'm happy to announce that you've discovered a strange bug, achievement unlocking! Also dude I really don't know what the problem you are having with the 502, if...
@ml27299 It looks like the handler is fine, well let's keep this issue open and if we see another one with this issue we can try to dig deeper to...
I think the problem is in these lines: https://github.com/vendia/serverless-express/blob/75cfbffeb3fd030695b9587a75300c7b8012ac6a/src/event-sources/aws/alb.js#L47-L53 But this problem is not that simple to solve, as laverdet describes in this issue: https://github.com/vendia/serverless-express/issues/554 For sure, the strategy of...
Hey @lholmquist, can you take a look at this PR? If you don't think it's worth those changes, let me know to close this one.