alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Apache License 2.0
5.29k stars 363 forks source link

Initializer Failure: ResourceConflictException #175

Closed LimaGuilherme closed 1 year ago

LimaGuilherme commented 1 year ago

I'm trying to run my lambda in a state machine and get this error.

`{\"errorType\":\"ResourceConflictException\",\"errorMessage\":\"The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-west-2` ...

 operation cannot be performed at this time. An update is in progress for resource

I already try a several numbers of different functions.

The lambda state in question

"State": "Active",
"LastUpdateStatus": "Successful",
alexcasalboni commented 1 year ago

Hi @LimaGuilherme 👋 thanks for reporting 🙏

What version of Lambda Power Tuning are you using? Please make sure it's the latest.

LimaGuilherme commented 1 year ago

@alexcasalboni Hello, I'm deployed a new version of a state machine using the version 4.2.1 and works like charm.

alexcasalboni commented 1 year ago

Thanks for sharing, @LimaGuilherme 😄

Let me know if you get stuck somewhere. Happy to help.