Package io.micronaut.aws.apigateway
Class AmazonApiGatewayUtils
java.lang.Object
io.micronaut.aws.apigateway.AmazonApiGatewayUtils
Utility class to use when working with Amazon API Gateway.
- Since:
- 3.10.0
- Author:
- Sergio del Amo
- See Also:
-
Method Summary
-
Method Details
-
isAmazonApiGatewayHost
- Parameters:
host
- the request host. For example obtained via HttpHostResolver API.- Returns:
- whether the host matches API Gateway's default domain name format `https://{restapi-id}.execute-api.{region}.amazonaws.com/{stageName}`.
-