Skip to content
Snippets Groups Projects
Commit b992abb9 authored by Jano Hendriks's avatar Jano Hendriks
Browse files

Added Path when serving HTTP debug requests

parent adaae695
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ func ServeHTTPFunctions(ctx context.Context, lambdaHandler lambda.Handler, w htt
// Call lambda function
request := events.APIGatewayProxyRequest{
Path: req.URL.Path,
Resource: req.URL.Path,
HTTPMethod: req.Method,
QueryStringParameters: query,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment