aws_lambda_events 1.1.3

AWS Lambda event definitions
Documentation
{
  "version": "2.0",
  "path": "/api/files/upload",
  "method": "POST",
  "headers": {
    "content-type": ["multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW"],
    "content-encoding": ["gzip"],
    "content-length": ["1024"],
    "x-forwarded-for": ["10.0.1.45"]
  },
  "queryStringParameters": {
    "uploadType": ["profile-image"]
  },
  "body": "H4sIAAAAAAAAA+3BMQEAAADCoPVPbQwfoAAAAAAAAAAAAAAAAAAAAIC3AYbSVKsAQAAA",
  "isBase64Encoded": true,
  "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",
    "identity": {
      "sourceVpcArn": "arn:aws:ec2:ap-southeast-2:123456789012:vpc/vpc-0b8276c84697e7339",
      "type": "AWS_IAM",
      "principal": "arn:aws:iam::123456789012:user/john.developer",
      "principalOrgID": "o-50dc6c495c0c9188"
    },
    "region": "ap-southeast-2",
    "timeEpoch": "1724875299234567"
  }
}