I'm getting this message when i try to run a build (via git push & via console deploy). On the build log for the backend it's processes to a certain point and just stops and waits. 2023-06-05T16:54:18.503Z [INFO]: When I look at cloudformation I see that it's trying to delete a lambadalayer permission for two hours and then returns DELETE FAILED. Resource timed out waiting for completion (RequestToken: ###-###)
Can someone please advise what I should look at to dig further into this please? For example, i have the RequestToken. But how can I utilise this to help with debugging?
I suspect it's something to do with permissions for older versions of the lambda layer but that is really clutching at straws. I'm lost on what to do with this.
Note, amplify push worked fine, local build is also fine.
Any tips would be much appreciated