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)

已提問 2 個月前檢視次數 436 次
1 個回答
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
已回答 2 個月前
profile picture
專家
已審閱 1 個月前
  • Thanks for the response! could see some error in INIT log. Thanks.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南