-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(netlify, aws): omit cookies from v1 response #834
Conversation
Have you had a chance to test changes? |
Codecov Report
@@ Coverage Diff @@
## main nuxt/framework#834 +/- ##
==========================================
- Coverage 69.93% 69.88% -0.05%
==========================================
Files 57 57
Lines 5312 5307 -5
Branches 594 594
==========================================
- Hits 3715 3709 -6
- Misses 1588 1589 +1
Partials 9 9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I've tested changes within netlify environment but haven't directly on AWS. I'm going directly off the docs here: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html. Testing would be welcome. |
Hi! I just tested this on AWS Lambda, I can confirm this fixes nuxt/framework#504 ! |
π Linked issue
resolves #504
also nuxt/nuxt#15361
β Type of change
π Description
This omits responding with cookies on aws lambda v1 format.
π Checklist