I\'m trying to develop a AWS Java lambda function by following the guidance described here. In it it describes the implementation of the RequestHandler
interfac
From here:
Lambda supports two approaches for creating a handler:
Loading the handler method directly without having to implement an interface. This section describes this approach.
Implementing standard interfaces provided as part of aws-lambda-java-core library (interface approach). For more information, see Leveraging Predefined Interfaces for Creating Handler (Java).
Here is aws-lambda-java-core