Properties
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 | boolean }[] } }
Type declaration
response: { cookies: string[]; headers: { allowDuplicateKey: boolean; key: string; value: string | number | boolean }[] }
cookies: string[]
headers: { allowDuplicateKey: boolean; key: string; value: string | number | boolean }[]