aws_cdk.aws_apigatewayv2_authorizers

Package Overview

HttpIamAuthorizer

Authorize HTTP API Routes with IAM.

HttpJwtAuthorizer

Authorize Http Api routes on whether the requester is registered as part of an AWS Cognito user pool.

HttpJwtAuthorizerProps

HttpLambdaAuthorizer

Authorize Http Api routes via a lambda function.

HttpLambdaAuthorizerProps

HttpLambdaResponseType

Specifies the type responses the lambda returns.

HttpUserPoolAuthorizer

Authorize Http Api routes on whether the requester is registered as part of an AWS Cognito user pool.

HttpUserPoolAuthorizerProps

WebSocketIamAuthorizer

Authorize WebSocket API Routes with IAM.

WebSocketLambdaAuthorizer

Authorize WebSocket Api routes via a lambda function.

WebSocketLambdaAuthorizerProps