I created a new AWS lambda project using eclipse and uploaded that code to S3 bucket. Then I created and mapped this AWS project to lambda using uploading code from S3 bucket and also changed the handler to that of mine in application. When testing this I am getting :
{
"errorMessage": "Class not found: com.amazonaws.lambda.test.LambdaFunctionHandler",
"errorType": "java.lang.ClassNotFoundException"
}
Can anyone help me on this ?