How do I find the API endpoint of a lambda function?

后端 未结 6 1572
有刺的猬
有刺的猬 2021-02-06 22:37

I have a Lambda function that has an exposed API Gateway endpoint, and I can get the URL for that via the AWS console. However, I would like to get that URL via API call. Neithe

6条回答
  •  盖世英雄少女心
    2021-02-06 22:45

    To get the API endpoint ,

    first step is to deploy the API on a stage(dev/test/prod) then you will get the invoke url

提交回复
热议问题