-
Notifications
You must be signed in to change notification settings - Fork 3k
Deal with max headers size in Amazon Lambda #47860
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would need to pass the limit.
Now, the AWS lambda server is sub-configured, and would need a lot more work.
...nsions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java
Outdated
Show resolved
Hide resolved
...azon-lambda/event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockEventServer.java
Outdated
Show resolved
Hide resolved
My question was actually what other params should we be passing that we currently are not? |
For now, I only passed the option needed to fix the issue in question |
Status for workflow
|
This is a draft for now I as I have identified were the problem needs to be addressed, but we need to decide which server options we are going to be setting on these two instances