-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-fixture.json
40 lines (40 loc) · 1.24 KB
/
test-fixture.json
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
{
"event": {
"version": "2.0",
"routeKey": "$default",
"rawPath": "/",
"rawQueryString": "",
"headers": {
"x-amzn-tls-cipher-suite": "TLS_AES_128_GCM_SHA256",
"content-length": "22",
"x-amzn-tls-version": "TLSv1.3",
"x-amzn-trace-id": "Root=1-673ab04e-002e78a15109e2ae29abb650",
"x-forwarded-proto": "https",
"host": "lambda-domain-prefix-identifier.lambda-url.us-west-1.on.aws",
"x-forwarded-port": "443",
"content-type": "application/json",
"x-forwarded-for": "149.28.253.24",
"accept": "*/*"
},
"requestContext": {
"accountId": "anonymous",
"apiId": "lambda-domain-prefix-identifier",
"domainName": "lambda-domain-prefix-identifier.lambda-url.us-west-1.on.aws",
"domainPrefix": "lambda-domain-prefix-identifier",
"http": {
"method": "POST",
"path": "/",
"protocol": "HTTP/1.1",
"sourceIp": "149.28.253.24",
"userAgent": null
},
"requestId": "36366359-454e-4f2a-87cf-53e666d930fe",
"routeKey": "$default",
"stage": "$default",
"time": "18/Nov/2024:03:11:10 +0000",
"timeEpoch": 1731899470068
},
"body": "{\"show_id\":1699404057}",
"isBase64Encoded": false
}
}