What is the recommended way to get the URL for an API Gateway deployment? Is there an API call I missed in the docs?
Page http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-call-api.html does describe how the URL is generated.
Thanks
I do not think it is possible through the API. It has to be programmatically generated using API calls and some upfront knowledge from the looks of it. Here are links to examples of how it gets generated inchalice:
It is probably worth requesting this feature be exposed through API Gateway's API on the AWS Developer Forums. Let us know if you have any more questions.
I'm getting this error message at AWS forums ...
https://aws.amazon.com/premiumsupport/knowledge-center/error-forum-post/
Thank you. I posted https://forums.aws.amazon.com/thread.jspa?threadID=247394
Could this be exposed in boto3 (before it is available with the AWS API)? Thanks
I'm suprised the api gateway console UX doesn't allow you to copy and paste the complete url somehow .
Most helpful comment
I'm suprised the api gateway console UX doesn't allow you to copy and paste the complete url somehow .