File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ type APIGatewayRequestIdentity struct {
49
49
CognitoIdentityID string `json:"cognitoIdentityId"`
50
50
Caller string `json:"caller"`
51
51
APIKey string `json:"apiKey"`
52
+ APIKeyID string `json:"apiKeyId"`
52
53
AccessKey string `json:"accessKey"`
53
54
SourceIP string `json:"sourceIp"`
54
55
CognitoAuthenticationType string `json:"cognitoAuthenticationType"`
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"resource" : " /{proxy+}" ,
3
3
"path" : " /hello/world" ,
4
4
"httpMethod" : " POST" ,
67
67
"cognitoIdentityId" : " theCognitoIdentityId" ,
68
68
"caller" : " theCaller" ,
69
69
"apiKey" : " theApiKey" ,
70
+ "apiKeyId" : " theApiKeyId" ,
70
71
"accessKey" : " ANEXAMPLEOFACCESSKEY" ,
71
72
"sourceIp" : " 192.168.196.186" ,
72
73
"cognitoAuthenticationType" : " theCognitoAuthenticationType" ,
79
80
"principalId" : " admin" ,
80
81
"clientId" : 1 ,
81
82
"clientName" : " Exata"
82
- },
83
+ },
83
84
"resourcePath" : " /{proxy+}" ,
84
85
"httpMethod" : " POST" ,
85
86
"apiId" : " gy415nuibc"
Original file line number Diff line number Diff line change 68
68
"cognitoIdentityId" : " theCognitoIdentityId" ,
69
69
"caller" : " theCaller" ,
70
70
"apiKey" : " theApiKey" ,
71
+ "apiKeyId" : " theApiKeyId" ,
71
72
"accessKey" : " ANEXAMPLEOFACCESSKEY" ,
72
73
"sourceIp" : " 192.168.196.186" ,
73
74
"cognitoAuthenticationType" : " theCognitoAuthenticationType" ,
Original file line number Diff line number Diff line change 72
72
"cognitoIdentityId" : " theCognitoIdentityId" ,
73
73
"caller" : " theCaller" ,
74
74
"apiKey" : " theApiKey" ,
75
+ "apiKeyId" : " theApiKeyId" ,
75
76
"accessKey" : " ANEXAMPLEOFACCESSKEY" ,
76
77
"sourceIp" : " 192.168.196.186" ,
77
78
"cognitoAuthenticationType" : " theCognitoAuthenticationType" ,
You can’t perform that action at this time.
0 commit comments