Variable APIGatewayTokenAuthorizerEventSchemaConst
APIGatewayTokenAuthorizerEventSchema: ZodObject<{
authorizationToken: ZodString;
methodArn: ZodString;
type: ZodLiteral<"TOKEN">;
}, "strip", ZodTypeAny, {
authorizationToken: string;
methodArn: string;
type: "TOKEN";
}, {
authorizationToken: string;
methodArn: string;
type: "TOKEN";
}> = ...
Type declaration
authorizationToken: ZodString
methodArn: ZodString
type: ZodLiteral<"TOKEN">
Type declaration
authorizationToken: string
methodArn: string
type: "TOKEN"
Type declaration
authorizationToken: string
methodArn: string
type: "TOKEN"
A zod schema for an API Gateway Token Authorizer event