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 年前181 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则