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

后端 未结 6 1576
有刺的猬
有刺的猬 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:46

    Following up on @larschanders comment, if you create the gateway using CloudFormation, the endpoint URL is surfaced as one of the stack outputs.

提交回复
热议问题