File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ type APIGatewayWebsocketProxyRequestContext struct {
185
185
ExtendedRequestID string `json:"extendedRequestId"`
186
186
IntegrationLatency string `json:"integrationLatency,omitempty"`
187
187
MessageDirection string `json:"messageDirection"`
188
- MessageID * string `json:"messageId,omitempty"`
188
+ MessageID string `json:"messageId,omitempty"`
189
189
RequestTime string `json:"requestTime"`
190
190
RequestTimeEpoch int64 `json:"requestTimeEpoch"`
191
191
RouteKey string `json:"routeKey"`
Original file line number Diff line number Diff line change 97
97
"extendedRequestId" : " TWegAcC4EowCHnA=" ,
98
98
"integrationLatency" : " 123" ,
99
99
"messageDirection" : " IN" ,
100
- "messageId" : " " ,
101
100
"requestTime" : " 07/Jan/2019:09:20:57 +0000" ,
102
101
"requestTimeEpoch" : 0 ,
103
102
"routeKey" : " $connect" ,
You can’t perform that action at this time.
0 commit comments