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

已提問 2 年前檢視次數 199 次
1 個回答
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
專家
Chris_G
已回答 2 年前
profile pictureAWS
專家
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南