Boto3: recommended way to get the URL for an API Gateway deployment?

Created on 15 Jan 2017  路  5Comments  路  Source: boto/boto3

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

closing-soon guidance

Most helpful comment

I'm suprised the api gateway console UX doesn't allow you to copy and paste the complete url somehow .

All 5 comments

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/

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 .

Was this page helpful?
0 / 5 - 0 ratings