File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ type Identity struct {
18
18
19
19
// RequestContext is the contextual information provided by API Gateway.
20
20
type RequestContext struct {
21
- APIID string `json:"apiId"`
22
- ResourceID string `json:"resourceId"`
23
- RequestID string `json:"requestId"`
24
- HTTPMethod string `json:"-"`
25
- ResourcePath string `json:"-"`
26
- AccountID string `json:"accountId"`
27
- Stage string `json:"stage"`
28
- Identity Identity `json:"identity"`
29
- Authorizer map [string ]string `json:"authorizer"`
21
+ APIID string `json:"apiId"`
22
+ ResourceID string `json:"resourceId"`
23
+ RequestID string `json:"requestId"`
24
+ HTTPMethod string `json:"-"`
25
+ ResourcePath string `json:"-"`
26
+ AccountID string `json:"accountId"`
27
+ Stage string `json:"stage"`
28
+ Identity Identity `json:"identity"`
29
+ Authorizer map [string ]interface {} `json:"authorizer"`
30
30
}
31
31
32
32
// Input is the input provided by API Gateway.
You can’t perform that action at this time.
0 commit comments