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.5k stars 379 forks source link

Initializer Failure: ResourceConflictException #175

Closed LimaGuilherme closed 2 years ago

LimaGuilherme commented 2 years 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 2 years ago

Hi @LimaGuilherme 👋 thanks for reporting 🙏

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

LimaGuilherme commented 2 years 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 2 years ago

Thanks for sharing, @LimaGuilherme 😄

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