Uses of Class
com.slack.api.bolt.aws_lambda.request.ApiGatewayRequest
-
Packages that use ApiGatewayRequest Package Description com.slack.api.bolt.aws_lambda AWS API Gateway / Lambda support for Bolt apps. -
-
Uses of ApiGatewayRequest in com.slack.api.bolt.aws_lambda
Methods in com.slack.api.bolt.aws_lambda with parameters of type ApiGatewayRequest Modifier and Type Method Description ApiGatewayResponseSlackApiLambdaHandler. handleRequest(ApiGatewayRequest input, com.amazonaws.services.lambda.runtime.Context context)protected abstract booleanSlackApiLambdaHandler. isWarmupRequest(ApiGatewayRequest awsReq)Returns true if the given incoming request is an internal warmup request.protected Request<?>SlackApiLambdaHandler. toSlackRequest(ApiGatewayRequest awsReq)
-