Class APIGatewayCustomAuthorizerEvent


  • public class APIGatewayCustomAuthorizerEvent
    extends java.lang.Object
    The API Gateway customer authorizer event object as described - https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html
    • Constructor Detail

      • APIGatewayCustomAuthorizerEvent

        public APIGatewayCustomAuthorizerEvent()
    • Method Detail

      • getHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getHeaders()
      • getQueryStringParameters

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getQueryStringParameters()
      • getPathParameters

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getPathParameters()
      • getStageVariables

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getStageVariables()