1
+ {
2
+ "body" : " " ,
3
+ "resource" : " /{proxy+}" ,
4
+ "path" : " /alive" ,
5
+ "httpMethod" : " GET" ,
6
+ "isBase64Encoded" : true ,
7
+ "queryStringParameters" : {
8
+ },
9
+ "multiValueQueryStringParameters" : {
10
+ },
11
+ "pathParameters" : {
12
+ "proxy" : " /alive"
13
+ },
14
+ "stageVariables" : {
15
+ },
16
+ "headers" : {
17
+ "Accept" : " text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" ,
18
+ "Accept-Encoding" : " gzip, deflate, sdch" ,
19
+ "Accept-Language" : " en-US,en;q=0.8" ,
20
+ "Cache-Control" : " max-age=0" ,
21
+ "CloudFront-Forwarded-Proto" : " https" ,
22
+ "CloudFront-Is-Desktop-Viewer" : " true" ,
23
+ "CloudFront-Is-Mobile-Viewer" : " false" ,
24
+ "CloudFront-Is-SmartTV-Viewer" : " false" ,
25
+ "CloudFront-Is-Tablet-Viewer" : " false" ,
26
+ "CloudFront-Viewer-Country" : " US" ,
27
+ "Host" : " 1234567890.execute-api.us-east-1.amazonaws.com" ,
28
+ "Upgrade-Insecure-Requests" : " 1" ,
29
+ "User-Agent" : " Custom User Agent String" ,
30
+ "Via" : " 1.1 08f323deadbeefa7af34d5feb414ce27.cloudfront.net (CloudFront)" ,
31
+ "X-Amz-Cf-Id" : " cDehVQoZnx43VYQb9j2-nvCh-9z396Uhbp027Y2JvkCPNLmGJHqlaA==" ,
32
+ "X-Forwarded-For" : " 127.0.0.1, 127.0.0.2" ,
33
+ "X-Forwarded-Port" : " 443" ,
34
+ "X-Forwarded-Proto" : " https"
35
+ },
36
+ "multiValueHeaders" : {
37
+ "Accept" : [
38
+ " text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
39
+ ],
40
+ "Accept-Encoding" : [
41
+ " gzip, deflate, sdch"
42
+ ],
43
+ "Accept-Language" : [
44
+ " en-US,en;q=0.8"
45
+ ],
46
+ "Cache-Control" : [
47
+ " max-age=0"
48
+ ],
49
+ "CloudFront-Forwarded-Proto" : [
50
+ " https"
51
+ ],
52
+ "CloudFront-Is-Desktop-Viewer" : [
53
+ " true"
54
+ ],
55
+ "CloudFront-Is-Mobile-Viewer" : [
56
+ " false"
57
+ ],
58
+ "CloudFront-Is-SmartTV-Viewer" : [
59
+ " false"
60
+ ],
61
+ "CloudFront-Is-Tablet-Viewer" : [
62
+ " false"
63
+ ],
64
+ "CloudFront-Viewer-Country" : [
65
+ " US"
66
+ ],
67
+ "Host" : [
68
+ " 0123456789.execute-api.us-east-1.amazonaws.com"
69
+ ],
70
+ "Upgrade-Insecure-Requests" : [
71
+ " 1"
72
+ ],
73
+ "User-Agent" : [
74
+ " Custom User Agent String"
75
+ ],
76
+ "Via" : [
77
+ " 1.1 08f323deadbeefa7af34d5feb414ce27.cloudfront.net (CloudFront)"
78
+ ],
79
+ "X-Amz-Cf-Id" : [
80
+ " cDehVQoZnx43VYQb9j2-nvCh-9z396Uhbp027Y2JvkCPNLmGJHqlaA=="
81
+ ],
82
+ "X-Forwarded-For" : [
83
+ " 127.0.0.1, 127.0.0.2"
84
+ ],
85
+ "X-Forwarded-Port" : [
86
+ " 443"
87
+ ],
88
+ "X-Forwarded-Proto" : [
89
+ " https"
90
+ ]
91
+ },
92
+ "requestContext" : {
93
+ "accountId" : " 123456789012" ,
94
+ "resourceId" : " 123456" ,
95
+ "stage" : " prod" ,
96
+ "requestId" : " c6af9ac6-7b61-11e6-9a41-93e8deadbeef" ,
97
+ "requestTime" : " 09/Apr/2015:12:34:56 +0000" ,
98
+ "requestTimeEpoch" : 1428582896000 ,
99
+ "identity" : {
100
+ "cognitoIdentityPoolId" : null ,
101
+ "accountId" : null ,
102
+ "cognitoIdentityId" : null ,
103
+ "caller" : null ,
104
+ "accessKey" : null ,
105
+ "sourceIp" : " 127.0.0.1" ,
106
+ "cognitoAuthenticationType" : null ,
107
+ "cognitoAuthenticationProvider" : null ,
108
+ "userArn" : null ,
109
+ "userAgent" : " Custom User Agent String" ,
110
+ "user" : null
111
+ },
112
+ "path" : " /alive" ,
113
+ "resourcePath" : " /{proxy+}" ,
114
+ "httpMethod" : " GET" ,
115
+ "apiId" : " 1234567890" ,
116
+ "protocol" : " HTTP/1.1"
117
+ }
118
+ }
0 commit comments