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달 전437회 조회
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
전문가
검토됨 한 달 전
  • Thanks for the response! could see some error in INIT log. Thanks.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠