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)

posta 2 mesi fa437 visualizzazioni
1 Risposta
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
con risposta 2 mesi fa
profile picture
ESPERTO
verificato un mese fa
  • Thanks for the response! could see some error in INIT log. Thanks.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande