Lambda did not stabilize error in Lambda deployment

0

We are getting the following error in deploying lambda through cloud formation. It was working fine for many months. We did not change our cloudformation template recently.

Resource handler returned message: "Resource of type 'AWS::Lambda::Version' with identifier 'arn:aws:lambda:ap-south-1:{ACCOUNT_ID}:function:ProfileServiceDevWavedevProfileServiceLambdaFunction:471' did not stabilize. Status Reason is An error occurred during function initialization." (RequestToken: , HandlerErrorCode: NotStabilized)

demandé il y a 2 mois435 vues
1 réponse
1

Hello!

Given the Status Reason, the function's version deployment failed because of an error encountered while executing the Lambda function initialization code (outside of handler).

Manually test the version, and check the Lambda execution logs for any issues during INIT phase

profile pictureAWS
répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a un mois
  • Thanks for the response! could see some error in INIT log. Thanks.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions