1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
| { "message": "Go Serverless v1.0! Your function executed successfully!", "input": { "resource": "/serverless-example-dev-hello", "path": "/serverless-example-dev-hello", "httpMethod": "GET", "headers": { "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", "Accept-Encoding": "gzip, deflate, sdch, br", "Accept-Language": "en-AU,en-GB;q=0.8,en-US;q=0.6,en;q=0.4", "CloudFront-Forwarded-Proto": "https", "CloudFront-Is-Desktop-Viewer": "true", "CloudFront-Is-Mobile-Viewer": "false", "CloudFront-Is-SmartTV-Viewer": "false", "CloudFront-Is-Tablet-Viewer": "false", "CloudFront-Viewer-Country": "AU", "Host": "b5dyhej16l.execute-api.ap-southeast-2.amazonaws.com", "Referer": "https://ap-southeast-2.console.aws.amazon.com/lambda/home?region=ap-southeast-2", "upgrade-insecure-requests": "1", "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36", "Via": "2.0 6884828476070d32978b45d03c1cc437.cloudfront.net (CloudFront)", "X-Amz-Cf-Id": "mvToMffe1AsUJNcMJKUh-Rx26oBJsRBe2n9I1df3xqIAIENPR_ku3A==", "X-Amzn-Trace-Id": "Root=1-58aae2ff-0b0c5e4059cc97576211ba4a", "X-Forwarded-For": "101.181.175.227, 54.239.202.65", "X-Forwarded-Port": "443", "X-Forwarded-Proto": "https" }, "queryStringParameters": null, "pathParameters": null, "stageVariables": null, "requestContext": { "accountId": "624388274630", "resourceId": "5jbqsp", "stage": "prod", "requestId": "51ba2876-f769-11e6-b507-4b10c8a6886a", "identity": { "cognitoIdentityPoolId": null, "accountId": null, "cognitoIdentityId": null, "caller": null, "apiKey": null, "sourceIp": "101.181.175.227", "accessKey": null, "cognitoAuthenticationType": null, "cognitoAuthenticationProvider": null, "userArn": null, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36", "user": null }, "resourcePath": "/serverless-example-dev-hello", "httpMethod": "GET", "apiId": "b5dyhej16l" }, "body": null, "isBase64Encoded": false } }
|