File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ type APIGatewayProxyRequestContext struct {
40
40
Protocol string `json:"protocol"`
41
41
Identity APIGatewayRequestIdentity `json:"identity"`
42
42
ResourcePath string `json:"resourcePath"`
43
+ Path string `json:"path"`
43
44
Authorizer map [string ]interface {} `json:"authorizer"`
44
45
HTTPMethod string `json:"httpMethod"`
45
46
RequestTime string `json:"requestTime"`
Original file line number Diff line number Diff line change 59
59
"requestContext" : {
60
60
"accountId" : " 12345678912" ,
61
61
"resourceId" : " roq9wj" ,
62
+ "path" : " /hello/world" ,
62
63
"stage" : " testStage" ,
63
64
"domainName" : " gy415nuibc.execute-api.us-east-2.amazonaws.com" ,
64
65
"domainPrefix" : " y0ne18dixk" ,
Original file line number Diff line number Diff line change 59
59
"requestContext" : {
60
60
"accountId" : " 12345678912" ,
61
61
"resourceId" : " roq9wj" ,
62
+ "path" : " /hello/world" ,
62
63
"operationName" : " HelloWorld" ,
63
64
"stage" : " testStage" ,
64
65
"domainName" : " gy415nuibc.execute-api.us-east-2.amazonaws.com" ,
You can’t perform that action at this time.
0 commit comments