Skip to content

Commit a31814f

Browse files
committed
add sample request for easy testing
1 parent a7aa99e commit a31814f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"version": "2.0",
3+
"routeKey": "$default",
4+
"rawPath": "/",
5+
"rawQueryString": "",
6+
"body": "",
7+
"headers": {
8+
"x-amzn-tls-cipher-suite": "TLS_AES_128_GCM_SHA256",
9+
"x-amzn-tls-version": "TLSv1.3",
10+
"x-amzn-trace-id": "Root=1-68762f44-4f6a87d1639e7fc356aa6f96",
11+
"x-amz-date": "20250715T103651Z",
12+
"x-forwarded-proto": "https",
13+
"host": "zvnsvhpx7u5gn3l3euimg4jjou0jvbfe.lambda-url.us-east-1.on.aws",
14+
"x-forwarded-port": "443",
15+
"x-forwarded-for": "2a01:...:b9f",
16+
"accept": "*/*",
17+
"user-agent": "curl/8.7.1"
18+
},
19+
"requestContext": {
20+
"accountId": "0123456789",
21+
"apiId": "zvnsvhpx7u5gn3l3euimg4jjou0jvbfe",
22+
"authorizer": {
23+
"iam": {
24+
"accessKey": "AKIA....",
25+
"accountId": "0123456789",
26+
"callerId": "AIDA...",
27+
"cognitoIdentity": null,
28+
"principalOrgId": "o-rlrup7z3ao",
29+
"userArn": "arn:aws:iam::0123456789:user/sst",
30+
"userId": "AIDA..."
31+
}
32+
},
33+
"domainName": "zvnsvhpx7u5gn3l3euimg4jjou0jvbfe.lambda-url.us-east-1.on.aws",
34+
"domainPrefix": "zvnsvhpx7u5gn3l3euimg4jjou0jvbfe",
35+
"http": {
36+
"method": "GET",
37+
"path": "/",
38+
"protocol": "HTTP/1.1",
39+
"sourceIp": "2a01:...:b9f",
40+
"userAgent": "curl/8.7.1"
41+
},
42+
"requestId": "f942509a-283f-4c4f-94f8-0d4ccc4a00f8",
43+
"routeKey": "$default",
44+
"stage": "$default",
45+
"time": "15/Jul/2025:10:36:52 +0000",
46+
"timeEpoch": 1752575812081
47+
},
48+
"isBase64Encoded": false
49+
}

0 commit comments

Comments
 (0)