Reputation: 5126
I am following this tutorial to create a custom domain for my API Gateway method, linked to lambda function. [http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html#how-to-custom-domains-mapping-basePath-examples]
After the custom domain is mapped to cloud front distribution domain name, the last step is to to set the base path for API mappings. I am assuming this is the step where the cloud front distribution url will be linked to api gateway endpoint created for which this custom domain has been created.
But how and where do you create base path for API mappings on console? i couldn't find any button or UI element to do it.
Please help!
Upvotes: 3
Views: 16711
Reputation: 3745
Base path mappings can be created via the API Gateway console. Select "Custom Domain Names" from the list of navigation links on the far left (it's the third from the bottom). Select the custom domain name that you already added from the list. Add one or more base path mappings.
Upvotes: 7
Reputation: 51
I hope I'm understanding your question. Good Luck!
Upvotes: 5