Find the Lambda endpoints using Python Boto3 SDK

0

Find the Lambda endpoints using Python Boto3 SDK

質問済み 2年前335ビュー
1回答
0

You can find this via public parameters. A command line equivalent would look like :

aws ssm get-parameter  --name /aws/service/global-infrastructure/regions/us-east-2/services/lambda/endpoint  --query 'Parameter.Value'

To do this in Python, take a look at this example

profile pictureAWS
エキスパート
kentrad
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ