-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Sorry to tag you both, but I saw you both creating issues on vendia-serverless: CodeGenieApp/serverless-express#609 and CodeGenieApp/serverless-express#554.
My library has the same intention of vendia/serverless-express but I construct it be more extensible and easier to maintain and customize than vendia.
Because my library is a refactored version of vendia/serverless-express, maybe it could have some issues that you both describe in the issues above.
I'm proposing that you try my library and let me know if the problems with cookies will persist, if so, I can work on trying to fix these problems.
If so, I'll have more description and also someone to test with because I currently don't have APIs that use ALB or cookies, so it's hard for me to test those scenarios.
For ALB, I have two problems to fix from what I saw from your issues:
- Force all headers values to be string.
- Add support to return multiple headers based on this stack overflow answer(suggestion from @laverdet).