I'm trying to develop an AWS Java lambda function by following the guidelines described here which describes the implementation of the RequestHandler
interface and also references the AWS-lambda-java-core library. However, I am trying to use the latest SDK as recommended here but this is completely different and the RequestHandler
interface doesn't appear to exist anymore.
It's not clear to me what is the name and version of the java libraries I need. Is there any guidance on all the different versions of the AWS java libraries there are and any updated examples? I have to admit I am completely confused by the AWS Java library versions and naming and don't entirely know which/what I need to add as a dependency just to create a simple AWS Lambda function in Java.