|
| 1 | +{ |
| 2 | + "requestContext": { |
| 3 | + "elb": { |
| 4 | + "targetGroupArn": "arn:aws:elasticloadbalancing:region:123456789012:targetgroup/my-target-group/6d0ecf831eec9f09" |
| 5 | + } |
| 6 | + }, |
| 7 | + "httpMethod": "GET", |
| 8 | + "path": "/", |
| 9 | + "queryStringParameters": { |
| 10 | + "testparam": "true" |
| 11 | + }, |
| 12 | + "multiValueQueryStringParameters": { |
| 13 | + "name": ["me"] |
| 14 | + }, |
| 15 | + "headers": { |
| 16 | + "accept": "text/html,application/xhtml+xml", |
| 17 | + "accept-language": "en-US,en;q=0.8", |
| 18 | + "content-type": "text/plain", |
| 19 | + "cookie": "cookies", |
| 20 | + "host": "lambda-846800462-us-east-2.elb.amazonaws.com", |
| 21 | + "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6)", |
| 22 | + "x-amzn-trace-id": "Root=1-5bdb40ca-556d8b0c50dc66f0511bf520", |
| 23 | + "x-forwarded-for": "72.21.198.66", |
| 24 | + "x-forwarded-port": "443", |
| 25 | + "x-forwarded-proto": "https" |
| 26 | + }, |
| 27 | + "multiValueHeaders": { |
| 28 | + "Accept": ["*/*"], |
| 29 | + "Accept-Encoding": ["gzip, deflate"], |
| 30 | + "cache-control": ["no-cache"], |
| 31 | + "CloudFront-Forwarded-Proto": ["https"], |
| 32 | + "CloudFront-Is-Desktop-Viewer": ["true"], |
| 33 | + "CloudFront-Is-Mobile-Viewer": ["false"], |
| 34 | + "CloudFront-Is-SmartTV-Viewer": ["false"], |
| 35 | + "CloudFront-Is-Tablet-Viewer": ["false"], |
| 36 | + "CloudFront-Viewer-Country": ["US"], |
| 37 | + "Content-Type": ["application/json"], |
| 38 | + "headerName": ["headerValue"], |
| 39 | + "Host": ["gy415nuibc.execute-api.us-east-1.amazonaws.com"], |
| 40 | + "Postman-Token": ["9f583ef0-ed83-4a38-aef3-eb9ce3f7a57f"], |
| 41 | + "User-Agent": ["PostmanRuntime/2.4.5"], |
| 42 | + "Via": ["1.1 d98420743a69852491bbdea73f7680bd.cloudfront.net (CloudFront)"], |
| 43 | + "X-Amz-Cf-Id": ["pn-PWIJc6thYnZm5P0NMgOUglL1DYtl0gdeJky8tqsg8iS_sgsKD1A=="], |
| 44 | + "X-Forwarded-For": ["54.240.196.186, 54.182.214.83"], |
| 45 | + "X-Forwarded-Port": ["443"], |
| 46 | + "X-Forwarded-Proto": ["https"] |
| 47 | + }, |
| 48 | + "isBase64Encoded": false, |
| 49 | + "body": "Who there?" |
| 50 | +} |
0 commit comments