|
| 1 | +{ |
| 2 | + "version": "2.0", |
| 3 | + "type": "REQUEST", |
| 4 | + "routeArn": "arn:aws:execute-api:us-east-1:123456789012:abcdef123/test/GET/request", |
| 5 | + "routeKey": "$default", |
| 6 | + "rawPath": "/my/path", |
| 7 | + "rawQueryString": "parameter1=value1¶meter1=value2¶meter2=value", |
| 8 | + "cookies": ["cookie1", "cookie2"], |
| 9 | + "headers": { |
| 10 | + "Header1": "value1", |
| 11 | + "Header2": "value2" |
| 12 | + }, |
| 13 | + "queryStringParameters": { |
| 14 | + "parameter1": "value1,value2", |
| 15 | + "parameter2": "value" |
| 16 | + }, |
| 17 | + "requestContext": { |
| 18 | + "accountId": "123456789012", |
| 19 | + "apiId": "api-id", |
| 20 | + "authentication": { |
| 21 | + "clientCert": { |
| 22 | + "clientCertPem": "CERT_CONTENT", |
| 23 | + "subjectDN": "www.example.com", |
| 24 | + "issuerDN": "Example issuer", |
| 25 | + "serialNumber": "a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1:a1", |
| 26 | + "validity": { |
| 27 | + "notBefore": "May 28 12:30:02 2019 GMT", |
| 28 | + "notAfter": "Aug 5 09:36:04 2021 GMT" |
| 29 | + } |
| 30 | + } |
| 31 | + }, |
| 32 | + "domainName": "id.execute-api.us-east-1.amazonaws.com", |
| 33 | + "domainPrefix": "id", |
| 34 | + "http": { |
| 35 | + "method": "POST", |
| 36 | + "path": "/my/path", |
| 37 | + "protocol": "HTTP/1.1", |
| 38 | + "sourceIp": "IP", |
| 39 | + "userAgent": "agent" |
| 40 | + }, |
| 41 | + "requestId": "id", |
| 42 | + "routeKey": "$default", |
| 43 | + "stage": "$default", |
| 44 | + "time": "12/Mar/2020:19:03:58 +0000", |
| 45 | + "timeEpoch": 1583348638390 |
| 46 | + }, |
| 47 | + "pathParameters": { "parameter1": "value1" }, |
| 48 | + "stageVariables": { "stageVariable1": "value1", "stageVariable2": "value2" } |
| 49 | +} |
| 50 | + |
0 commit comments