ResourceConflictException occur when deploying lambda function

0

trying to update boto3 SDK in lambda functions.
I'm getting this error when trying to deploy lambda function:

"An error occurred (ResourceConflictException) when calling the
UpdateFunctionConfiguration operation: The operation cannot be performed at
this time. An update is in progress for resource: arn:aws:lambda:xxxxxxx"

I tried checking function state and it returns {Active, Successful}.

what could be the possible cause of this error? Can anyone help us resolve this issue? we are using chalice for deployment.

genpax
asked 2 years ago1507 views
2 Answers
0

Any progress?

answered 2 years ago
0

This was resolved by putting "aws:states:opt-out" in lambda function description. However, this may only work until Dec 6, 2021 only. Updating deployment tool before this date might help.

genpax
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions