I am invoking a Lambda function from my Java code that is running inside Spark process.
The invocation is failing with following exception:
23:22:50,043 ERROR com.gravty.batch.process.BitProcessImpl - com.amazonaws.services.lambda.invoke.LambdaSerializationException: No LambdaFunction annotation for method invoke
Does anyone has any idea about this error?