1 Answer
- Newest
- Most votes
- Most comments
1
I believe you are looking for private REST APIs in Amazon API Gateway. A few important considerations:
- Private APIs live in an AWS-owned account and you need to create a VPC endpoint to access it.
- Use Resource Policies to restrict how the API can be invoked.
- You can use custom domain names with private APIs. This blog post provides a good overview of the steps involved.
Relevant content
asked a year ago
asked 7 years ago
- AWS OFFICIALUpdated a year ago

Actually im trying to create api gateway as "regional" and i want to restrict it using a domain name.