forked from jeremydaly/lambda-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-event-alb1.json
More file actions
26 lines (26 loc) · 875 Bytes
/
Copy pathsample-event-alb1.json
File metadata and controls
26 lines (26 loc) · 875 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
{
"requestContext": {
"elb": {
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-1:XXXXXXXXXX:targetgroup/Test-ALB-Lambda/XXXXXXX"
}
},
"httpMethod": "GET",
"path": "/test/hello",
"queryStringParameters": {
"qs1": "foo"
},
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"accept-encoding": "br, gzip, deflate",
"accept-language": "en-us",
"cookie": "",
"host": "wt6mne2s9k.execute-api.us-west-2.amazonaws.com",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36 OPR/39.0.2256.48",
"x-amzn-trace-id": "Root=1-5c1db69f-XXXXXXXXXXX",
"x-forwarded-for": "192.168.100.1",
"x-forwarded-port": "443",
"x-forwarded-proto": "https"
},
"body": "",
"isBase64Encoded": true
}