forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapiGatewayAuthorizerWebSocketEvent.json
More file actions
81 lines (78 loc) · 2.08 KB
/
Copy pathapiGatewayAuthorizerWebSocketEvent.json
File metadata and controls
81 lines (78 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"type":"REQUEST",
"methodArn":"arn:aws:execute-api:us-east-1:533568316194:c5jwxq709g/production/$connect",
"headers":{
"Authorization":"Leo",
"Connection":"upgrade",
"content-length":"0",
"Host":"c5jwxq709g.execute-api.us-east-1.amazonaws.com",
"Sec-WebSocket-Extensions":"permessage-deflate; client_max_window_bits",
"Sec-WebSocket-Version":"13",
"Upgrade":"websocket",
"X-Amzn-Trace-Id":"Root=1-6797b6d3-64f9c928577f3ac56f5368ce",
"X-Forwarded-For":"93.108.161.96",
"X-Forwarded-Port":"443",
"X-Forwarded-Proto":"https"
},
"multiValueHeaders":{
"Authorization":[
"Leo"
],
"Connection":[
"upgrade"
],
"content-length":[
"0"
],
"Host":[
"c5jwxq709g.execute-api.us-east-1.amazonaws.com"
],
"Sec-WebSocket-Extensions":[
"permessage-deflate; client_max_window_bits"
],
"Sec-WebSocket-Key":[
"CYZZrfNgEcgzzzwL44qytQ=="
],
"Sec-WebSocket-Version":[
"13"
],
"Upgrade":[
"websocket"
],
"X-Amzn-Trace-Id":[
"Root=1-6797b6d3-64f9c928577f3ac56f5368ce"
],
"X-Forwarded-For":[
"93.108.161.96"
],
"X-Forwarded-Port":[
"443"
],
"X-Forwarded-Proto":[
"https"
]
},
"queryStringParameters":{
},
"multiValueQueryStringParameters":{
},
"stageVariables":{
},
"requestContext":{
"routeKey":"$connect",
"eventType":"CONNECT",
"extendedRequestId":"FDmBIG3EoAMEqYA=",
"requestTime":"27/Jan/2025:16:39:47 +0000",
"messageDirection":"IN",
"stage":"production",
"connectedAt":1737995987617,
"requestTimeEpoch":1737995987617,
"identity":{
"sourceIp":"93.108.161.96"
},
"requestId":"FDmBIG3EoAMEqYA=",
"domainName":"c5jwxq709g.execute-api.us-east-1.amazonaws.com",
"connectionId":"FDmBIeapIAMCIQg=",
"apiId":"c5jwxq709g"
}
}