aws_lambda_events 1.1.3

AWS Lambda event definitions
Documentation
{
  "body": "",
  "cookies": [],
  "headers": {
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
    "Accept-Encoding": "gzip, deflate, br",
    "Accept-Language": "en-GB,en-US;q=0.9,en;q=0.8",
    "Cache-Control": "no-cache",
    "Connection": "keep-alive",
    "Host": "127.0.0.1:3000",
    "Pragma": "no-cache",
    "Sec-Ch-Ua": "\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\", \"Google Chrome\";v=\"120\"",
    "Sec-Ch-Ua-Mobile": "?0",
    "Sec-Ch-Ua-Platform": "\"macOS\"",
    "Sec-Fetch-Dest": "document",
    "Sec-Fetch-Mode": "navigate",
    "Sec-Fetch-Site": "none",
    "Sec-Fetch-User": "?1",
    "Upgrade-Insecure-Requests": "1",
    "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
    "X-Forwarded-Port": "3000",
    "X-Forwarded-Proto": "http"
  },
  "isBase64Encoded": false,
  "pathParameters": {},
  "queryStringParameters": {
    "foo": "bar"
  },
  "rawPath": "/dump",
  "rawQueryString": "foo=bar",
  "requestContext": {
    "accountId": "123456789012",
    "apiId": "1234567890",
    "domainName": "localhost",
    "domainPrefix": "localhost",
    "http": {
      "method": "GET",
      "path": "/dump",
      "protocol": "HTTP/1.1",
      "sourceIp": "127.0.0.1",
      "userAgent": "Custom User Agent String"
    },
    "requestId": "b3ea2f1a-9f2a-48a4-8791-0db24e5d40e5",
    "routeKey": "GET /dump",
    "stage": "$default",
    "time": "28/Jan/2024:12:09:08 +0000",
    "timeEpoch": 1706443748
  },
  "routeKey": "GET /dump",
  "stageVariables": null,
  "version": "2.0"
}