gateway
gateway copied to clipboard
API gateway resource does not pass into handler
I used this dependency in my go project for lambda function and api gateway. The api gateway do invoke the lambda function, however the api call returns 404 page not found error. And in the log, the path is /
instead of the /resource
. Do you have any suggestions?