Properties
body
body: (null) | string
headers
headers: APIGatewayProxyEventHeaders
httpMethod
httpMethod: string
isBase64Encoded
isBase64Encoded: boolean
multiValueHeaders
multiValueHeaders: APIGatewayProxyEventMultiValueHeaders
multiValueQueryStringParameters
multiValueQueryStringParameters: (null) | APIGatewayProxyEventMultiValueQueryStringParameters
pathParameters
pathParameters: (null) | APIGatewayProxyEventPathParameters
queryStringParameters
queryStringParameters: (null) | APIGatewayProxyEventQueryStringParameters
requestContext
requestContext: APIGatewayEventRequestContextWithAuthorizer<APIGatewayEventDefaultAuthorizerContext>
stageVariables
stageVariables: (null) | APIGatewayProxyEventStageVariables
supertokens
supertokens: { response: { cookies: string[]; headers: { allowDuplicateKey: boolean; key: string; value: string | number | (false) | (true) }[] } }
Type declaration
response: { cookies: string[]; headers: { allowDuplicateKey: boolean; key: string; value: string | number | (false) | (true) }[] }
cookies: string[]
headers: { allowDuplicateKey: boolean; key: string; value: string | number | (false) | (true) }[]