1{
2  "requestContext": {
3    "elb": {
4      "targetGroupArn": "arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/lambda-target/abcdefgh"
5    }
6  },
7  "httpMethod": "GET",
8  "path": "/",
9  "multiValueQueryStringParameters": {
10    "key": [
11      "hello"
12    ]
13  },
14  "multiValueHeaders": {
15    "accept": [
16      "*/*"
17    ],
18    "connection": [
19      "keep-alive"
20    ],
21    "host": [
22      "lambda-test-alb-1234567.us-east-1.elb.amazonaws.com"
23    ],
24    "user-agent": [
25      "curl/7.54.0"
26    ],
27    "x-amzn-trace-id": [
28      "Root=1-5c34e7d4-00ca239424b68028d4c56d68"
29    ],
30    "x-forwarded-for": [
31      "72.21.198.67"
32    ],
33    "x-forwarded-port": [
34      "80"
35    ],
36    "x-forwarded-proto": [
37      "http"
38    ],
39    "x-imforwards": [
40      "20"
41    ],
42    "x-myheader": [
43      "123"
44    ]
45  },
46  "body": "",
47  "isBase64Encoded": false
48}