DEV Community

Cover image for Customize API Gateway URL with Domain Purchased From Google Domains
Chris Dougherty
Chris Dougherty

Posted on

Customize API Gateway URL with Domain Purchased From Google Domains

Creating a custom URL for an AWS API Gateway API is straightforward enough if you obtained your domain from AWS. But what if you purchased a domain through another company such as Google? Well, the following resources will walk you through how to do just that.

  1. Create an AWS Route 53 Hosted Zone for your Google domain. This allows your domain to be used by AWS.
  2. Add a custom domain and use it for your API. i.e. api.mywebapp.com

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay