serverless-http icon indicating copy to clipboard operation
serverless-http copied to clipboard

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉

Results 55 serverless-http issues
Sort by recently updated
recently updated
newest added

I've been using serverless-http for a while (it's great and I love it

本地的输出 ![QQ_1721034213217](https://github.com/user-attachments/assets/c573c6fe-d8d4-4e6b-a481-71046ce203e6) 阿里云fc的输出 ![QQ_1721034240408](https://github.com/user-attachments/assets/87e1b531-1ce6-4dd3-ba7c-497290d4e233) 可以判断requestUrl函数对url的处理与阿里云fc上的不一样 [https://github.com/dougmoscrop/serverless-http/blob/master/lib/provider/aws/create-request.js](url)

Following the error and code trying to use Koa. For information it works when using Express Error: `ERROR Uncaught Exception {"errorType":"TypeError","errorMessage":"koa_exports is not a constructor","stack":["TypeError: koa_exports is not a constructor","...

So i been running few tests with serverless-http In aws I'm using API Gateway v1 - Rest api with lambda now when i enable caching on API Gateway, it behaves...

I have a question regarding the [Binary Mode](https://github.com/dougmoscrop/serverless-http/blob/master/docs/ADVANCED.md#binary-mode). Could we set some better default values for binary? For example, `application/pdf` will just not work by default. The user has to...