-
Notifications
You must be signed in to change notification settings - Fork 556
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
HTTPMethod is empty #60
Comments
I'm also encountering this issue, but only on the root ("/") requests. HTTPMethod is empty and so is the event.Path. |
So, it works on all non-root paths? Interesting |
From my tests only root is causing a problem. |
any solution for this case ? |
Experiencing this issue right now. |
I have the same issue .. |
I know this is an old thread but I found things worked when I changed to |
|
Such a headbang... I went down the rabbit hole of trying to set up paths with proxy, only to learn this is just a damn bug in the framework. Pinging @bmoffatt |
Tried to use the
events.APIGatewayProxyRequest.HTTPMethod
but it returned""
Here's the full handler
The text was updated successfully, but these errors were encountered: