serverless-components / tencent-koa

Easily deploy serverless Koa applications to Tencent Cloud with the Serverless Framework
MIT License
20 stars 10 forks source link

fix: set-cookie header for tencent api gateway #11

Closed yugasun closed 4 years ago

yugasun commented 4 years ago

Relative issue https://github.com/serverless-components/tencent-express/issues/6

yugasun commented 4 years ago

@yugasun instead of copy & paste. It'll be good to put that logic in one place (some external package?) and reuse it in both koa and express components.

Otherwise we're likely to run into maintenance issues

Ok, I will create a fork for aws-serverless-express module.

yugasun commented 4 years ago

@pmuens @medikoo I use tencent-serverless-nodejs for http proxy. Could you help to review again?

yugasun commented 4 years ago

@medikoo I call it tencent-serverless-nodejs, because It can be used for all nodejs framework, like express.js, koa.js, egg.js.....