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
質問済み 2年前1561ビュー
2回答
0

Any progress?

回答済み 2年前
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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ