Skip to content

Commit

Permalink
revert MessageID to interface{}
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed Apr 7, 2024
1 parent a8fbffb commit 2da54a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/apigw.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ type APIGatewayWebsocketProxyRequestContext struct {
ExtendedRequestID string `json:"extendedRequestId"`
IntegrationLatency string `json:"integrationLatency,omitempty"`
MessageDirection string `json:"messageDirection"`
MessageID string `json:"messageId,omitempty"`
MessageID interface{} `json:"messageId,omitempty"`
RequestTime string `json:"requestTime"`
RequestTimeEpoch int64 `json:"requestTimeEpoch"`
RouteKey string `json:"routeKey"`
Expand Down

0 comments on commit 2da54a0

Please sign in to comment.