Interface APIGatewayProxyEvent
Properties
httpMethod
httpMethod: string
isBase64Encoded
isBase64Encoded: boolean
multiValueQueryStringParameters
requestContext
requestContext: { accountId: string; apiId: string; authorizer: null | { [
k:
string]
: unknown | undefined; }; connectedAt?: number; connectionId?: string; domainName?: string; domainPrefix?: string; eventType?: string; extendedRequestId?: string; httpMethod: string; identity: APIGatewayEventIdentity; messageDirection?: string; messageId: null | string; path: string; protocol: string; requestId: string; requestTime?: string; requestTimeEpoch: number; resourceId: string; resourcePath: string; routeKey?: string; stage: string; } Type declaration
accountId: string
apiId: string
authorizer: null | {
[k: string]: unknown | undefined;
}
Optional
connectedAt?: number
Optional
connectionId?: string
Optional
domainName?: string
Optional
domainPrefix?: string
Optional
eventType?: string
Optional
extendedRequestId?: string
httpMethod: string
Optional
messageDirection?: string
messageId: null | string
path: string
protocol: string
requestId: string
Optional
requestTime?: string
requestTimeEpoch: number
resourceId: string
resourcePath: string
Optional
routeKey?: string
stage: string