Find the Lambda endpoints using Python Boto3 SDK

0

Find the Lambda endpoints using Python Boto3 SDK

feita há 2 anos335 visualizações
1 Resposta
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
ESPECIALISTA
kentrad
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas