Created
August 18, 2018 03:00
-
-
Save Linell/6487347ccf784e68f38612e0b64024bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"body": "{\"temperature\":\"72.00\",\"pressure\":\"1234.45\",\"rh\":\"12.34\"}", | |
"resource": "/{proxy+}", | |
"requestContext": { | |
"resourceId": "123456", | |
"apiId": "1234567890", | |
"resourcePath": "/{proxy+}", | |
"httpMethod": "POST", | |
"requestId": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef", | |
"accountId": "123456789012", | |
"identity": { | |
"apiKey": null, | |
"userArn": null, | |
"cognitoAuthenticationType": null, | |
"caller": null, | |
"userAgent": "Custom User Agent String", | |
"user": null, | |
"cognitoIdentityPoolId": null, | |
"cognitoIdentityId": null, | |
"cognitoAuthenticationProvider": null, | |
"sourceIp": "127.0.0.1", | |
"accountId": null | |
}, | |
"stage": "prod" | |
}, | |
"queryStringParameters": { | |
"foo": "bar" | |
}, | |
"headers": { | |
"Via": "1.1 08f323deadbeefa7af34d5feb414ce27.cloudfront.net (CloudFront)", | |
"Accept-Language": "en-US,en;q=0.8", | |
"CloudFront-Is-Desktop-Viewer": "true", | |
"CloudFront-Is-SmartTV-Viewer": "false", | |
"CloudFront-Is-Mobile-Viewer": "false", | |
"X-Forwarded-For": "127.0.0.1, 127.0.0.2", | |
"CloudFront-Viewer-Country": "US", | |
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", | |
"Upgrade-Insecure-Requests": "1", | |
"X-Forwarded-Port": "443", | |
"Host": "1234567890.execute-api.us-east-1.amazonaws.com", | |
"X-Forwarded-Proto": "https", | |
"X-Amz-Cf-Id": "cDehVQoZnx43VYQb9j2-nvCh-9z396Uhbp027Y2JvkCPNLmGJHqlaA==", | |
"CloudFront-Is-Tablet-Viewer": "false", | |
"Cache-Control": "max-age=0", | |
"User-Agent": "Custom User Agent String", | |
"CloudFront-Forwarded-Proto": "https", | |
"Accept-Encoding": "gzip, deflate, sdch" | |
}, | |
"pathParameters": { | |
"proxy": "path/to/resource" | |
}, | |
"httpMethod": "POST", | |
"stageVariables": { | |
"baz": "qux" | |
}, | |
"path": "/path/to/resource" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment