Package io.quarkus.amazon.lambda.http
-
Interface Summary Interface Description LambdaIdentityProvider Helper interface that removes some boilerplate for creating an IdentityProvider that processes APIGatewayV2HTTPEvent -
Class Summary Class Description AwsHttpContextProducers CognitoPrincipal Represents a Cognito JWT used to authenticate request Will only be allocated if requestContext.authorizer.jwt.claims.cognito:username is set in the http event sent by API GatewayCustomPrincipal Represents a custom principal sent by API Gateway i.e.DefaultLambdaAuthenticationRequest This will execute if and only if there is no identity after invoking a LambdaAuthenticationRequestDefaultLambdaIdentityProvider IAMPrincipal Used if IAM is used for authentication.LambdaAuthenticationRequest LambdaHttpAuthenticationMechanism LambdaHttpHandler