How to properly delete amplify backend functions?

0

Made a mistake on my original manual configuration setup for amplify add auth. So, decided to amplify auth delete and re-run commands. However, I noticed that the original functions I set up, physically located in amplify/backend/function were not deleted along with the auth delete command.

Is it safe to go to Lambda dashboard and delete these from the console and pushing/pulling?

已提問 1 年前檢視次數 425 次
1 個回答
0
已接受的答案

Yes, it is safe to delete the functions from the Lambda dashboard and push/pull the changes. However, it is important to note that before doing so, you should make sure that you have a backup of the original functions and settings in case something goes wrong. Additionally, you may want to make sure that any dependencies that the functions rely on (such as API keys or other credentials) have been removed as well.

profile picture
已回答 1 年前
  • So I've gone and deleted from console, and amplify pull was run to reflect changes to local, but the folders in amplify/backend/functions were not deleted. When I manually delete, it causes an error on amplify push. What is the best way to proceed?

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

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

回答問題指南