-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powertune-lambda returns only functionName #78
Comments
@dobeerman7 I think the step function has silently failed, can you pop into the Step Functions console and have a look at the execution? |
@theburningmonk state machine execution was successful, but the following error: {
"lambdaARN": "arn:aws:lambda:eu-central-1:xxxxxxxxxxx:function:xxx-dev-xxx",
"num": 10,
"payload": "{}",
"parallelInvocation": false,
"strategy": "cost",
"powerValues": [
"128",
"256",
"512",
"1024",
"1536",
"3008"
],
"error": {
"Error": "ResourceNotFoundException",
"Cause": "{\"errorType\":\"ResourceNotFoundException\",\"errorMessage\":\"Function not found: arn:aws:lambda:eu-central-1:xxxxxxxxxxxx:function:xxx-dev-xxx:RAM1024\",\"trace\":[\"ResourceNotFoundException: Function not found: arn:aws:lambda:eu-central-1:xxxxxxxxxxxx:function:xxx-dev-xxx:RAM1024\",\" at Object.extractError (/var/runtime/node_modules/aws-sdk/lib/protocol/json.js:51:27)\",\" at Request.extractError (/var/runtime/node_modules/aws-sdk/lib/protocol/rest_json.js:55:8)\",\" at Request.callListeners (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:106:20)\",\" at Request.emit (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:78:10)\",\" at Request.emit (/var/runtime/node_modules/aws-sdk/lib/request.js:683:14)\",\" at Request.transition (/var/runtime/node_modules/aws-sdk/lib/request.js:22:10)\",\" at AcceptorStateMachine.runTo (/var/runtime/node_modules/aws-sdk/lib/state_machine.js:14:12)\",\" at /var/runtime/node_modules/aws-sdk/lib/state_machine.js:26:10\",\" at Request.<anonymous> (/var/runtime/node_modules/aws-sdk/lib/request.js:38:9)\",\" at Request.<anonymous> (/var/runtime/node_modules/aws-sdk/lib/request.js:685:12)\"]}"
}
} But, I might confirm, function was executed successfully, coz I surprisingly found 1k results of execution on another service :) |
I have exactly the same issue. How did you solve it? |
@ninaraminelli were you able to find a solution? I ran into the same issue |
I was trying to tune my lambda, but faced the execution problem:
Any suggestions?
The text was updated successfully, but these errors were encountered: