serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
34 lines (33 loc) • 686 B
JSON
{
"context": {},
"event": {
"Records": [
{
"cf": {
"config": {
"distributionId": "EXAMPLEDISTID"
},
"request": {
"clientIp": "192.168.0.1",
"method": "GET",
"uri": "/picture.jpg",
"headers": {
"host": [
{
"key": "Host",
"value": "MYCFHOST.cloudfront.net"
}
],
"user-agent": [
{
"key": "User-Agent",
"value": "curl/7.64.1"
}
]
}
}
}
}
]
}
}