lambda_http 1.2.0

Application Load Balancer and API Gateway event types for AWS Lambda
Documentation
{
  "version": "2.0",
  "path": "/search",
  "method": "GET",
  "headers": {
    "host": ["api.example.com"],
    "accept": ["*/*"]
  },
  "queryStringParameters": {
    "filter": ["%3FshowAll%3Dtrue"],
    "q": ["hello%20world"]
  },
  "isBase64Encoded": false,
  "requestContext": {
    "serviceNetworkArn": "arn:aws:vpc-lattice:ap-southeast-2:123456789012:servicenetwork/sn-0bf3f2882e9cc805a",
    "serviceArn": "arn:aws:vpc-lattice:ap-southeast-2:123456789012:service/svc-0a40eebed65f8d69c",
    "targetGroupArn": "arn:aws:vpc-lattice:ap-southeast-2:123456789012:targetgroup/tg-6d0ecf831eec9f09",
    "region": "ap-southeast-2",
    "timeEpoch": "1724875399456789"
  }
}