I am developing a serverless application using a serverless platform . I deployed my application using
$ serverless deploy
After deployment, I got endpoints for my functions that look like
https:
which I did not notice. Now I need it, but I could not find it. Where can I find the endpoints?
source
share