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.

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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠