APIGatewayRequestContextV2Schema: ZodObject<APIGatewayRequestContextV2> = ...

A zod schema for an API Gateway HTTP API Request Context

{
"accountId": "123456789012",
"apiId": "api-id",
"authentication": {}
"domainName": "id.execute-api.us-east-1.amazonaws.com",
"domainPrefix": "id",
"http": {
"method": "POST",
"path": "/my/path",
"protocol": "HTTP/1.1",
"sourceIp": "...",
"userAgent": "..."
},
"requestId": "...",
"routeKey": "$default",
"stage": "$default",
"time": "12/Mar/2020:19:03:58 +0000",
"timeEpoch": 1583348638390
}