Hello,
I am developping a customUI and recently (today in fact), the deployment failed at the last step (i Deploying to environment
). I have rerun the deployment with the --verbose
option and what I have seen is that these steps repeat itself until it fails with unknown error
:
{
"__typename": "AppDeploymentLogEvent",
"stepName": "Release Lambda functions",
"createdAt": "2024-07-11T15:18:48.868Z",
"message": "[ap-southeast-1] Updated function \"resolver\" code",
"level": "INFO"
},
{
"__typename": "AppDeploymentLogEvent",
"stepName": "Release Lambda functions",
"createdAt": "2024-07-11T15:18:48.868Z",
"message": "[ap-southeast-1] Waiting for function \"resolver\" to be active",
"level": "INFO"
}
I do not know if these logs have anything to do with the failure. But as the reason is unclear (unknown reason
), I figure I will add them here.
What do you need to investigate further ?
Regards,