Authorizer
Source:
src/AWS/ApiGateway/Authorizer.ts
REST API Lambda, Cognito, or gateway authorizer.
Authorizers
Section titled “Authorizers”const authorizer = yield* ApiGateway.Authorizer("Auth", { restApiId: api.restApiId, type: "TOKEN", authorizerUri: authorizerInvokeArn, identitySource: "method.request.header.Authorization",});