diff --git a/events/apigw.go b/events/apigw.go index 04ac73f6..d6abbf83 100644 --- a/events/apigw.go +++ b/events/apigw.go @@ -195,6 +195,7 @@ type APIGatewayWebsocketProxyRequestContext struct { // APIGatewayCustomAuthorizerRequestTypeRequestIdentity contains identity information for the request caller including certificate information if using mTLS. type APIGatewayCustomAuthorizerRequestTypeRequestIdentity struct { APIKey string `json:"apiKey"` + APIKeyID string `json:"apiKeyId"` SourceIP string `json:"sourceIp"` ClientCert APIGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert `json:"clientCert"` }