如何获取 AWS 中部署的 'Lambda' 函数的 'Endpoint'?

How to get the 'Endpoint' of a deployed 'Lambda' function in AWS?

我正在使用 无服务器框架 开发无服务器应用程序。我使用

部署了我的应用程序
$ serverless deploy

部署后,我得到了我的函数的端点,如下所示

https://ly5webovq4.execute-api.us-east-1.amazonaws.com/prod/notes

我没有记下来。现在我需要它,但找不到它。我在哪里可以找到端点?

刚刚运行

$ sls info

您将获得有关已部署端点和功能的所有信息。