Last active
May 27, 2021 22:09
-
-
Save jwerre/b2a2704bb86d4e4fbd95a49ebc5c7965 to your computer and use it in GitHub Desktop.
Lambda@Edge Origin Request Event
This file contains hidden or 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
{ | |
"Records": [ | |
{ | |
"cf": { | |
"config": { | |
"distributionDomainName": "d111111abcdef8.cloudfront.net", | |
"distributionId": "EDFDVBD6EXAMPLE", | |
"eventType": "origin-request", | |
"requestId": "4TyzHTaYWb1GX1qTfsHhEqV6HUDd_BzoBZnwfnvQc_1oF26ClkoUSEQ==" | |
}, | |
"request": { | |
"clientIp": "203.0.113.178", | |
"headers": { | |
"x-forwarded-for": [ | |
{ | |
"key": "X-Forwarded-For", | |
"value": "203.0.113.178" | |
} | |
], | |
"user-agent": [ | |
{ | |
"key": "User-Agent", | |
"value": "Amazon CloudFront" | |
} | |
], | |
"via": [ | |
{ | |
"key": "Via", | |
"value": "2.0 2afae0d44e2540f472c0635ab62c232b.cloudfront.net (CloudFront)" | |
} | |
], | |
"host": [ | |
{ | |
"key": "Host", | |
"value": "example.com.s3.amazonaws.com" | |
} | |
], | |
"cache-control": [ | |
{ | |
"key": "Cache-Control", | |
"value": "no-cache, cf-no-cache" | |
} | |
] | |
}, | |
"method": "GET", | |
"origin": { | |
"custom": { | |
"customHeaders": {}, | |
"domainName": "example.com.s3.amazonaws.com", | |
"keepaliveTimeout": 5, | |
"path": "", | |
"port": 443, | |
"protocol": "https", | |
"readTimeout": 30, | |
"sslProtocols": [ | |
"TLSv1", | |
"TLSv1.1", | |
"TLSv1.2" | |
] | |
} | |
}, | |
"querystring": "", | |
"uri": "/" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment