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

gefragt vor 2 Jahren202 Aufrufe
1 Antwort
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
EXPERTE
Chris_G
beantwortet vor 2 Jahren
profile pictureAWS
EXPERTE
überprüft vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen