Skip to content

Commit 2da54a0

Browse files
committed
revert MessageID to interface{}
1 parent a8fbffb commit 2da54a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/apigw.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ type APIGatewayWebsocketProxyRequestContext struct {
185185
ExtendedRequestID string `json:"extendedRequestId"`
186186
IntegrationLatency string `json:"integrationLatency,omitempty"`
187187
MessageDirection string `json:"messageDirection"`
188-
MessageID string `json:"messageId,omitempty"`
188+
MessageID interface{} `json:"messageId,omitempty"`
189189
RequestTime string `json:"requestTime"`
190190
RequestTimeEpoch int64 `json:"requestTimeEpoch"`
191191
RouteKey string `json:"routeKey"`

0 commit comments

Comments
 (0)