aws-amplify / amplify-hosting

AWS Amplify Hosting provides a Git-based workflow for deploying and hosting fullstack serverless web applications.
https://aws.amazon.com/amplify/hosting/
Apache License 2.0
456 stars 115 forks source link

[Request] show public endpoint of Amplify Functions #767

Open swyxio opened 4 years ago

swyxio commented 4 years ago

Is your feature request related to a problem? Please describe.

currently, in the Functions section of the Amplify Console, i can see "Functions added" and "Logs", then links to AWS Lambda and CloudWatch. This looks like a private lambda, with no indication of API Gateway on top of it. I have no idea what the actual public endpoint looks like.

Describe the solution you'd like

This detail could be inferred from implicit knowledge but the console should also make it explicit.

As a frontend developer, this is useful as:

image

image

abhi7cr commented 4 years ago

Hi @sw-yx,

Thanks for reporting. I have added the above as a feature request in our backlog

swyxio commented 4 years ago

thanks :) i'd rate this as a low priority but just filing issues that are nice to have!

possibly related issue: https://github.com/aws-amplify/amplify-cli/issues/4664

dabit3 commented 4 years ago

+1 on this, I just spoke with a customer who was confused as to why the API Gateway endpoints were not in the Amplify Console UI of his project.