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

Function not found: arn:aws:lambda:eu-central-RAM128 #254

Closed poonkothai-p closed 4 months ago

poonkothai-p commented 4 months ago

Hi I was trying to check the optimal memory for one lambda using this tool. however lambda execution failed with this error Function not found: arn:aws:lambda:region:functoin:RAM128 or Function not found: arn:aws:lambda:region:functoin:RAM256 etc. Is there any prerequisites to be done for this Required permissions are there for step function

We are trying with python based lambda

Thanks Poongkothai

alexcasalboni commented 4 months ago

Hi,

Thanks for reaching out!

I’d suggest double-checking the ARN of your function as it seems to contain a typo (“functoin” instead of “function”).

Could you please share the Step Function input as well?

On Sat, 20 Jul 2024 at 07:55, poonkothai-p @.***> wrote:

Hi I was trying to check the optimal memory for one lambda using this tool. however lambda execution failed with this error Function not found: arn:aws:lambda:region:functoin:RAM128 or Function not found: arn:aws:lambda:region:functoin:RAM256 etc. Is there any prerequisites to be done for this Required permissions are there for step function

We are trying with python based lambda

Thanks Poongkothai

— Reply to this email directly, view it on GitHub https://github.com/alexcasalboni/aws-lambda-power-tuning/issues/254, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASX75AJJJ7LHNGBMWT6LHLZNH3WJAVCNFSM6AAAAABLFUZTBCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDANJZHAYTEOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>