We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fbffb commit 2da54a0Copy full SHA for 2da54a0
events/apigw.go
@@ -185,7 +185,7 @@ type APIGatewayWebsocketProxyRequestContext struct {
185
ExtendedRequestID string `json:"extendedRequestId"`
186
IntegrationLatency string `json:"integrationLatency,omitempty"`
187
MessageDirection string `json:"messageDirection"`
188
- MessageID string `json:"messageId,omitempty"`
+ MessageID interface{} `json:"messageId,omitempty"`
189
RequestTime string `json:"requestTime"`
190
RequestTimeEpoch int64 `json:"requestTimeEpoch"`
191
RouteKey string `json:"routeKey"`
0 commit comments