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 Allocated when cognito is used to authenticate user Will only be allocated if requestContext.authorizer.claims.cognito:username is set in the http event sent by API GatewayCustomPrincipal Allocated when a custom authorizer (i.e.DefaultLambdaAuthenticationRequest This will execute if and only if there is no identity after invoking a LambdaAuthenticationRequestDefaultLambdaIdentityProvider IAMPrincipal Allocated when IAM is used to authenticate user Will only be allocated if requestContext.identity.user is set in the http event sent by API GatewayLambdaAuthenticationRequest LambdaHttpAuthenticationMechanism LambdaHttpHandler