Jets deploy [environment] keep failing

Grettings,

Im having a problem with the deploy process of my project, after run the command jets deploy production im getting this error: Function not found arn:aws:lamda:region:id:function:name_function, i’ve checked the lambda functions in aws and aparently someone removed that function, when I use the comand aws lambda list-functions , the function persis in the output.
How I clean the deploy process for ignore that “removed function” and tell to jets to create a new function if the removed function doesnt exist anymore?.

Im following the steps provided by tung in this topic: Jets deploy doesn’t work after deleting AWS functions: UPDATE_FAILED AWS::CloudFormation::Stack, I’ll tell you later if it works for me

1 Like