Skip to content

Commit

Permalink
added APIKeyID
Browse files Browse the repository at this point in the history
  • Loading branch information
cponfick committed Jun 30, 2023
1 parent 771b391 commit ef2cc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events/apigw.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit ef2cc9d

Please sign in to comment.