how to delete lamda services in cli?

0

i have installed cli how to select regions and delete the services. it's being so complicated

posta 2 anni fa202 visualizzazioni
1 Risposta
1

To delete a lambda function in the CLI on a specific region, you can use the command:

aws lambda delete-function \
   --function-name <your function> \
   --region <your region> 

For more information, please see: https://docs.aws.amazon.com/cli/latest/reference/lambda/delete-function.html

profile pictureAWS
ESPERTO
Chris_G
con risposta 2 anni fa
profile pictureAWS
ESPERTO
verificato 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande