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 {
4040 Protocol string `json:"protocol"`
4141 Identity APIGatewayRequestIdentity `json:"identity"`
4242 ResourcePath string `json:"resourcePath"`
43+ Path string `json:"path"`
4344 Authorizer map [string ]interface {} `json:"authorizer"`
4445 HTTPMethod string `json:"httpMethod"`
4546 RequestTime string `json:"requestTime"`
Original file line number Diff line number Diff line change 5959 "requestContext" : {
6060 "accountId" : " 12345678912" ,
6161 "resourceId" : " roq9wj" ,
62+ "path" : " /hello/world" ,
6263 "stage" : " testStage" ,
6364 "domainName" : " gy415nuibc.execute-api.us-east-2.amazonaws.com" ,
6465 "domainPrefix" : " y0ne18dixk" ,
Original file line number Diff line number Diff line change 5959 "requestContext" : {
6060 "accountId" : " 12345678912" ,
6161 "resourceId" : " roq9wj" ,
62+ "path" : " /hello/world" ,
6263 "operationName" : " HelloWorld" ,
6364 "stage" : " testStage" ,
6465 "domainName" : " gy415nuibc.execute-api.us-east-2.amazonaws.com" ,
You can’t perform that action at this time.
0 commit comments