|
| 1 | +{ |
| 2 | + "resource": "/{proxy+}", |
| 3 | + "path": "/hello/world", |
| 4 | + "httpMethod": "POST", |
| 5 | + "headers": { |
| 6 | + "Accept": "*/*", |
| 7 | + "Accept-Encoding": "gzip, deflate", |
| 8 | + "cache-control": "no-cache", |
| 9 | + "CloudFront-Forwarded-Proto": "https", |
| 10 | + "CloudFront-Is-Desktop-Viewer": "true", |
| 11 | + "CloudFront-Is-Mobile-Viewer": "false", |
| 12 | + "CloudFront-Is-SmartTV-Viewer": "false", |
| 13 | + "CloudFront-Is-Tablet-Viewer": "false", |
| 14 | + "CloudFront-Viewer-Country": "US", |
| 15 | + "Content-Type": "application/json", |
| 16 | + "headerName": "headerValue", |
| 17 | + "Host": "gy415nuibc.execute-api.us-east-1.amazonaws.com", |
| 18 | + "Postman-Token": "9f583ef0-ed83-4a38-aef3-eb9ce3f7a57f", |
| 19 | + "User-Agent": "PostmanRuntime/2.4.5", |
| 20 | + "Via": "1.1 d98420743a69852491bbdea73f7680bd.cloudfront.net (CloudFront)", |
| 21 | + "X-Amz-Cf-Id": "pn-PWIJc6thYnZm5P0NMgOUglL1DYtl0gdeJky8tqsg8iS_sgsKD1A==", |
| 22 | + "X-Forwarded-For": "54.240.196.186, 54.182.214.83", |
| 23 | + "X-Forwarded-Port": "443", |
| 24 | + "X-Forwarded-Proto": "https" |
| 25 | + }, |
| 26 | + "multiValueHeaders": { |
| 27 | + "Host": [ |
| 28 | + "*.execute-api.eu-central-1.amazonaws.com" |
| 29 | + ], |
| 30 | + "Sec-WebSocket-Extensions": [ |
| 31 | + "permessage-deflate; client_max_window_bits" |
| 32 | + ], |
| 33 | + "Sec-WebSocket-Key": [ |
| 34 | + "*" |
| 35 | + ], |
| 36 | + "Sec-WebSocket-Version": [ |
| 37 | + "13" |
| 38 | + ], |
| 39 | + "X-Amzn-Trace-Id": [ |
| 40 | + "Root=*" |
| 41 | + ], |
| 42 | + "X-Forwarded-For": [ |
| 43 | + "*.*.*.*" |
| 44 | + ], |
| 45 | + "X-Forwarded-Port": [ |
| 46 | + "443" |
| 47 | + ], |
| 48 | + "X-Forwarded-Proto": [ |
| 49 | + "https" |
| 50 | + ] |
| 51 | + }, |
| 52 | + "queryStringParameters": { |
| 53 | + "name": "me" |
| 54 | + }, |
| 55 | + "multiValueQueryStringParameters": { |
| 56 | + "name": ["me"] |
| 57 | + }, |
| 58 | + "pathParameters": { |
| 59 | + "proxy": "hello/world" |
| 60 | + }, |
| 61 | + "stageVariables": { |
| 62 | + "stageVariableName": "stageVariableValue" |
| 63 | + }, |
| 64 | + "requestContext": { |
| 65 | + "accountId": "12345678912", |
| 66 | + "resourceId": "roq9wj", |
| 67 | + "stage": "testStage", |
| 68 | + "requestId": "deef4878-7910-11e6-8f14-25afc3e9ae33", |
| 69 | + "identity": { |
| 70 | + "cognitoIdentityPoolId": "theCognitoIdentityPoolId", |
| 71 | + "accountId": "theAccountId", |
| 72 | + "cognitoIdentityId": "theCognitoIdentityId", |
| 73 | + "caller": "theCaller", |
| 74 | + "apiKey": "theApiKey", |
| 75 | + "accessKey": "ANEXAMPLEOFACCESSKEY", |
| 76 | + "sourceIp": "192.168.196.186", |
| 77 | + "cognitoAuthenticationType": "theCognitoAuthenticationType", |
| 78 | + "cognitoAuthenticationProvider": "theCognitoAuthenticationProvider", |
| 79 | + "userArn": "theUserArn", |
| 80 | + "userAgent": "PostmanRuntime/2.4.5", |
| 81 | + "user": "theUser" |
| 82 | + }, |
| 83 | + "resourcePath": "/{proxy+}", |
| 84 | + "authorizer": { |
| 85 | + "principalId": "admin", |
| 86 | + "clientId": 1, |
| 87 | + "clientName": "Exata" |
| 88 | + }, |
| 89 | + "httpMethod": "POST", |
| 90 | + "apiId": "gy415nuibc", |
| 91 | + "connectedAt": 1547230720092, |
| 92 | + "connectionId": "TWegAcC4EowCHnA=", |
| 93 | + "domainName": "*.execute-api.eu-central-1.amazonaws.com", |
| 94 | + "error": "*", |
| 95 | + "eventType": "CONNECT", |
| 96 | + "extendedRequestId": "TWegAcC4EowCHnA=", |
| 97 | + "integrationLatency": "123", |
| 98 | + "messageDirection": "IN", |
| 99 | + "messageId": null, |
| 100 | + "requestTime": "07/Jan/2019:09:20:57 +0000", |
| 101 | + "requestTimeEpoch": 0, |
| 102 | + "routeKey": "$connect", |
| 103 | + "status": "*" |
| 104 | + }, |
| 105 | + "body": "{\r\n\t\"a\": 1\r\n}" |
| 106 | +} |
0 commit comments