lambda_http 1.1.3

Application Load Balancer and API Gateway event types for AWS Lambda
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "requestContext": {
      "elb": {
          "targetGroupArn": "arn:aws:elasticloadbalancing:region:123456789012:targetgroup/my-target-group/6d0ecf831eec9f09"
      }
  },
  "httpMethod": "GET",
  "path": "/",
  "queryStringParameters": {},
  "headers": {
      "user-agent": "ELB-HealthChecker/2.0"
  },
  "body": "",
  "isBase64Encoded": false
}