Configure AWS api user domain

I am using the gateway API service to manage spring boot resources. I want to point the gateway to my subdomain. I tried adding it to an alias in Route 53, but it does not work. The Gateway API console has an option that asks for my domain and some credentials. I do not know if a subdomain can work, and what should I add to the certificate input. He may be requesting an SSL certificate and I’m ready to buy it, but before I do this, I want to be sure that it accepts subdomains.

+4
source share
1 answer

Yes, it API Gatewaysupports subdomains. You can try with a self-signed certificate and see the parameters.

See the official documentation for using Custom Domain Names in the API Gateway .

+3
source

Source: https://habr.com/ru/post/1606707/


All Articles