Build succeeds but backend changes are not deployed

0

On Amplify console after a push to a connected branch the build goes trough all the steps and there are no errors, the Backend section of the Build tab seems to detect the changes like new storage and so on. But the changes are not deployed to the actual backend, I don't see my new tables on dynamo or new code on lambda. etc. This is happening on all environments. It was working and now all of a sudden it stopped working on all builds.

已提問 2 年前檢視次數 694 次
1 個回答
0

I might not have all the context behind this question, but I will assume you added the DDB tables with the command amplify add storage and you can see them now in the config file, I will also assume you created the function using amplify add function or amplify update function, if that is the case those changes need to be deployed with amplify push before then can be used. Once this is created every time there is a change on the function the pipeline should detect them and deploy the updated code.

Check in your amplify console if the resources are defined in there, if that is the case please ignore my answer, if not definitely do a push. I hope this helps!

AWS
已回答 2 年前
  • Yes you are talking about Ampliy CLI and that works, I do that in my dev environment. But then when I push to master I have a webhook to trigger a build on the Amplify Console and then this issue happens, everything builds correctly but the backend is not deployed.

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

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

回答問題指南