Packages

p

com

laxmena

package laxmena

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package HelperUtil

Type Members

  1. class AwsProtobufClient extends AnyRef

    This class is responsible for creating the AWS Protobuf Client.

    AWS Protobuf Client

    This class is responsible for creating the AWS Protobuf Client.

    Functionality

    AWS Lambda by default doesnt provide support to gRPC connection. So we emulate the behaviour of gRPC by using Protobuf Serialization, and transfer it over .

    • Encodes the LogQueryRequest into bytes and sends
    Version

    1.0

  2. class LambdaClient extends AnyRef

    LambdaClient is a Scala client for the AWS Lambda service.

    LambdaClient

    LambdaClient is a Scala client for the AWS Lambda service.

    Usage

    The following command shows how to compile and run the LambdaClient:

        sbt clean compile
        sbt assembly
        sbt run
    

Value Members

  1. object AwsProtobufClient
  2. object LambdaClient

Ungrouped