forked from leonardofreitass/edge-lambda-poc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.json
More file actions
31 lines (31 loc) · 666 Bytes
/
event.json
File metadata and controls
31 lines (31 loc) · 666 Bytes
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
{
"Records": [
{
"cf": {
"config": {
"distributionId": "EBAFUFGM7BVES"
},
"request": {
"clientIp": "2001:0db8:85a3:0:0:8a2e:0370:7334",
"method": "GET",
"uri": "/halo-reach.jpeg",
"querystring": "token=abc",
"headers": {
"host": [
{
"key": "Host",
"value": "d2pzkrkup0el74.cloudfront.net"
}
],
"user-agent": [
{
"key": "User-Agent",
"value": "curl/7.51.0"
}
]
}
}
}
}
]
}