In this post, we’ll see how we can setup custom domain name for a private REST API in AWS API Gateway. By default, AWS does not support custom domain name for Private REST API, but we can achieve this using a mix of different services. Reference: https://disaster-recovery.workshop.aws/en/labs/advanced/api-gateway.html https://docs.aws.amazon.com/privateca/latest/userguide/Create-CA-CLI.html Note: We’ll…