AWS Java SDK Version For Creating a Lambda

前端 未结 2 1079
伪装坚强ぢ
伪装坚强ぢ 2021-01-18 19:17

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

2条回答
  •  不要未来只要你来
    2021-01-18 20:12

    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

提交回复
热议问题