Hi,
I am trying to create an apigateway lambda authorizer with
const authorizer = awsx.classic.apigateway.getTokenLambdaAuthorizer({
authorizerName: 'clerk-authorizer',
header: 'Authorization',
handler: clerkAuthorizerLambda,
});
the function gets timed out frequently.
at times, it gets deployed successfully.
however, the deployed lambda does not have @nice-addition-43900/awsx package installed (see screenshot)