Package io.lambda.aws

Interface Lambda<O,​I>

  • Type Parameters:
    I - type of input
    O - type of output

    public interface Lambda<O,​I>
    Lambda function contract to implement
    • Method Detail

      • handle

        O handle​(I request)
        Parameters:
        request - to process
        Returns:
        output if specified type