serverless-http
serverless-http copied to clipboard
Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
I've been using serverless-http for a while (it's great and I love it
本地的输出  阿里云fc的输出  可以判断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...